rebuild YCM on Linux but not under cygwin
This commit is contained in:
parent
82fe339ff2
commit
c3939c56c9
2 changed files with 5 additions and 0 deletions
|
@ -106,6 +106,10 @@ fi
|
||||||
|
|
||||||
if [[ -z $NOVIM ]]; then
|
if [[ -z $NOVIM ]]; then
|
||||||
echo "\n" | vim +PluginInstall +qa
|
echo "\n" | vim +PluginInstall +qa
|
||||||
|
if [[ -z $NOYCM ]]; then
|
||||||
|
cd ~/.vim/bundle/YouCompleteMe
|
||||||
|
./install.py --clang-completer --racer-completer --tern-completer
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z $NO_GO ]]; then
|
if [[ -z $NO_GO ]]; then
|
||||||
|
|
|
@ -15,6 +15,7 @@ export NORUST=true
|
||||||
export NORUBY=true
|
export NORUBY=true
|
||||||
export NO_GO=true
|
export NO_GO=true
|
||||||
export DIR=$DOTFILES_PATH
|
export DIR=$DOTFILES_PATH
|
||||||
|
export NOYCM=true
|
||||||
|
|
||||||
curl https://bootstrap.pypa.io/get-pip.py > /tmp/get-pip.py
|
curl https://bootstrap.pypa.io/get-pip.py > /tmp/get-pip.py
|
||||||
python /tmp/get-pip.py
|
python /tmp/get-pip.py
|
||||||
|
|
Loading…
Reference in a new issue