vim: Fix YouCompleteMe setup command
This commit is contained in:
parent
49c06e2149
commit
98d7036623
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ Plug 'sjl/badwolf'
|
||||||
Plug 'sheerun/vim-polyglot'
|
Plug 'sheerun/vim-polyglot'
|
||||||
Plug 'Shougo/vimproc.vim', {'do' : 'make'}
|
Plug 'Shougo/vimproc.vim', {'do' : 'make'}
|
||||||
|
|
||||||
Plug 'Valloric/YouCompleteMe'
|
Plug 'Valloric/YouCompleteMe', {'do': './install.py --clangd-completer'}
|
||||||
|
|
||||||
Plug 'SirVer/ultisnips'
|
Plug 'SirVer/ultisnips'
|
||||||
Plug 'vimwiki/vimwiki'
|
Plug 'vimwiki/vimwiki'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue