Use python3 to install YCM
This commit is contained in:
parent
755ef8dc59
commit
9e4df7d139
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ if [[ -z $NOVIM ]]; then
|
||||||
echo "\n" | vim +PluginInstall +qa
|
echo "\n" | vim +PluginInstall +qa
|
||||||
if [[ -z $NOYCM ]]; then
|
if [[ -z $NOYCM ]]; then
|
||||||
cd ~/.vim/bundle/YouCompleteMe
|
cd ~/.vim/bundle/YouCompleteMe
|
||||||
./install.py --clang-completer --racer-completer --tern-completer
|
python3 ./install.py --clang-completer --racer-completer --tern-completer
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue