[nvim] YCM: more completions, use system clang
There was a library version conflict: Arch had a newer version, so use the system's clang now.
This commit is contained in:
parent
b1fe2537d7
commit
abca9abf29
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ call plug#begin('~/.config/nvim/plug')
|
|||
Plug 'kana/vim-operator-user' " define your own operator easily
|
||||
"Plug 'junegunn/vim-peekaboo' " preview registers when pressing \" or @
|
||||
Plug 'gcmt/wildfire.vim' " smart selection of the closest text object
|
||||
Plug 'Valloric/YouCompleteMe', { 'do': 'git submodule update --init --recursive && ./install.py' } " code-completion engine
|
||||
Plug 'Valloric/YouCompleteMe', { 'do': 'git submodule update --init --recursive && ./install.py --system-libclang --all' } " code-completion engine
|
||||
|
||||
" Navigation
|
||||
"Plug 'ctrlpvim/ctrlp.vim' " fuzzy file, buffer, mru, tag, etc. finder
|
||||
|
|
Loading…
Reference in a new issue