Do not invoke YCM when no vim
This commit is contained in:
parent
1f8566dba5
commit
c57fe3a92a
1 changed files with 7 additions and 8 deletions
|
@ -101,14 +101,13 @@ fi
|
|||
|
||||
if [[ -z $NOVIM ]]; then
|
||||
echo "\n" | vim +PluginInstall +qa
|
||||
fi
|
||||
|
||||
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
||||
git submodule update --init --recursive
|
||||
if [[ -z $NORUST ]]; then
|
||||
./install.py --racer-completer --clang-completer
|
||||
else
|
||||
./install.py --clang-completer
|
||||
cd "$DIR/.vim/bundle/YouCompleteMe/"
|
||||
git submodule update --init --recursive
|
||||
if [[ -z $NORUST ]]; then
|
||||
./install.py --racer-completer --clang-completer
|
||||
else
|
||||
./install.py --clang-completer
|
||||
fi
|
||||
fi
|
||||
|
||||
if [[ -z $NO_GO ]]; then
|
||||
|
|
Loading…
Reference in a new issue