update to YCM
This commit is contained in:
parent
ad73c5243c
commit
2bf5f6cf0f
1 changed files with 1 additions and 1 deletions
|
@ -18,5 +18,5 @@ pip install --user -r https://github.com/schtobia/bootstrap/raw/master/requireme
|
|||
npm install -g instant-markdown-d && \
|
||||
nvim +PluginInstall +qall && \
|
||||
(cd $HOME/.vim/bundle/Vundle.vim && git checkout master) && \
|
||||
(cd $HOME/.vim/bundle/YouCompleteMe && ./install.py --clang-completer --js-completer --system-libclang)
|
||||
(cd $HOME/.vim/bundle/YouCompleteMe && ./install.py --clang-completer --ts-completer)
|
||||
|
||||
|
|
Loading…
Reference in a new issue