remove YCM

This commit is contained in:
Cyryl Płotnicki 2016-08-21 18:39:19 +02:00
parent 0e1c601687
commit ca99b0aa21

View file

@ -106,13 +106,6 @@ fi
if [[ -z $NOVIM ]]; then
echo "\n" | vim +PluginInstall +qa
cd "$DIR/.vim/bundle/YouCompleteMe/"
git submodule update --init --recursive
if [[ -z $NORUST ]]; then
./install.py --clang-completer --omnisharp-completer
else
./install.py --racer-completer --clang-completer --omnisharp-completer
fi
fi
if [[ -z $NO_GO ]]; then