aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorHumphrey Lin <[email protected]>2020-10-11 21:59:04 +0800
committerHumphrey Lin <[email protected]>2020-10-11 21:59:04 +0800
commit43246f81ae9f06f80ca1473f3322760d6be8a241 (patch)
treea223ba5d53a3f6bb58b195d1be34f23eb290b3c5 /.vimrc
parentf26ef0ecf46387966983daf878bb5a3f4d7eb09f (diff)
downloaddotfiles-43246f81ae9f06f80ca1473f3322760d6be8a241.tar.gz
dotfiles-43246f81ae9f06f80ca1473f3322760d6be8a241.tar.bz2
dotfiles-43246f81ae9f06f80ca1473f3322760d6be8a241.zip
Modify plug
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 1 insertions, 4 deletions
diff --git a/.vimrc b/.vimrc
index d14415e..ba69b13 100644
--- a/.vimrc
+++ b/.vimrc
@@ -81,16 +81,13 @@ Plug 'Valloric/YouCompleteMe', {'do': 'python3 ./install.py --clangd-completer'}
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'scrooloose/nerdtree', {'on': 'NERDTreeToggle'}
-Plug 'rdnetto/YCM-Generator', {'branch': 'stable'}
Plug 'ludovicchabant/vim-gutentags'
-Plug 'junegunn/vim-easy-align'
Plug 'skywind3000/asyncrun.vim'
-Plug 'rust-lang/rust.vim', {'for': 'rust'}
-Plug 'fatih/vim-go', {'do': ':GoUpdateBinaries', 'for': 'go'}
Plug 'Yggdroot/LeaderF', {'do': './install.sh'}
Plug 'dense-analysis/ale'
Plug 'mhinz/vim-signify'
Plug 'tpope/vim-unimpaired'
+Plug 'godlygeek/tabular'
call plug#end()
" Plugin config