remove YCM
This commit is contained in:
parent
0e1c601687
commit
ca99b0aa21
1 changed files with 0 additions and 7 deletions
|
@ -106,13 +106,6 @@ fi
|
||||||
|
|
||||||
if [[ -z $NOVIM ]]; then
|
if [[ -z $NOVIM ]]; then
|
||||||
echo "\n" | vim +PluginInstall +qa
|
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
|
fi
|
||||||
|
|
||||||
if [[ -z $NO_GO ]]; then
|
if [[ -z $NO_GO ]]; then
|
||||||
|
|
Loading…
Reference in a new issue