Use python3 to install YCM

This commit is contained in:
Cyryl Płotnicki 2016-09-14 21:38:37 +02:00
parent 755ef8dc59
commit 9e4df7d139

View file

@ -108,7 +108,7 @@ 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
python3 ./install.py --clang-completer --racer-completer --tern-completer
fi
fi