rebuild YCM on Linux but not under cygwin

This commit is contained in:
Cyryl Płotnicki 2016-09-10 15:19:33 +02:00
parent 82fe339ff2
commit c3939c56c9
2 changed files with 5 additions and 0 deletions

View file

@ -106,6 +106,10 @@ fi
if [[ -z $NOVIM ]]; then
echo "\n" | vim +PluginInstall +qa
if [[ -z $NOYCM ]]; then
cd ~/.vim/bundle/YouCompleteMe
./install.py --clang-completer --racer-completer --tern-completer
fi
fi
if [[ -z $NO_GO ]]; then

View file

@ -15,6 +15,7 @@ export NORUST=true
export NORUBY=true
export NO_GO=true
export DIR=$DOTFILES_PATH
export NOYCM=true
curl https://bootstrap.pypa.io/get-pip.py > /tmp/get-pip.py
python /tmp/get-pip.py