Add auto compile to YCM
This commit is contained in:
parent
c6e98dc806
commit
cfbaef8051
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.vimrc
|
@ -52,7 +52,7 @@ call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'preservim/nerdtree'
|
Plug 'preservim/nerdtree'
|
||||||
Plug 'ycm-core/YouCompleteMe'
|
Plug 'ycm-core/YouCompleteMe', { 'do': './install.py' }
|
||||||
Plug 'chiel92/vim-autoformat'
|
Plug 'chiel92/vim-autoformat'
|
||||||
Plug 'natebosch/vim-lsc'
|
Plug 'natebosch/vim-lsc'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue