Skip to content

Instantly share code, notes, and snippets.

View yangxin0's full-sized avatar

Xin Yang yangxin0

View GitHub Profile
@yangxin0
yangxin0 / .vimrc
Created October 11, 2022 15:16 — forked from jdah/.vimrc
jdh's NeoVim .vimrc
call plug#begin()
Plug 'drewtempelmeyer/palenight.vim'
Plug 'vim-airline/vim-airline'
Plug 'wlangstroth/vim-racket'
Plug 'sheerun/vim-polyglot'
Plug 'rust-lang/rust.vim'
Plug 'preservim/tagbar'
Plug 'universal-ctags/ctags'
Plug 'luochen1990/rainbow'
Plug 'vim-syntastic/syntastic'