enable clang and racer explicitely for YCM
This commit is contained in:
parent
b3939dd811
commit
f8d88d67a6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue