[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:
M1dgard 2018-05-25 00:24:44 +02:00
parent b1fe2537d7
commit abca9abf29
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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