update to YCM

This commit is contained in:
Tobias Schmidl 2019-03-18 07:04:15 +01:00
parent ad73c5243c
commit 2bf5f6cf0f

View file

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