enable clang and racer explicitely for YCM

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-07-09 11:18:06 +02:00
parent b3939dd811
commit f8d88d67a6

View file

@ -45,7 +45,7 @@ source ~/.setenv
cd "$DIR/.vim/bundle/YouCompleteMe/"
git submodule update --init --recursive
./install.py --all
./install.py --racer-completer --clang-completer
# symlink 'nodejs' as node on some systems
# will replace symlink if it exists, but won't replace regular file