build all compelters for YCM
This commit is contained in:
parent
a78dc4a9d2
commit
b3939dd811
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ source ~/.setenv
|
||||||
|
|
||||||
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
python install.py --clang-completer
|
./install.py --all
|
||||||
|
|
||||||
# symlink 'nodejs' as node on some systems
|
# symlink 'nodejs' as node on some systems
|
||||||
# will replace symlink if it exists, but won't replace regular file
|
# will replace symlink if it exists, but won't replace regular file
|
||||||
|
|
Loading…
Reference in a new issue