YCM with only PY
This commit is contained in:
parent
a7fc033779
commit
a57f5c48ff
@ -83,12 +83,14 @@ then
|
||||
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
|
||||
fi
|
||||
ln -sf ~/.dotfiles/vim/vimrc ~/.vimrc
|
||||
echo "Installing vim plugins ..."
|
||||
vim +'PlugInstall --sync' +qa
|
||||
fi
|
||||
|
||||
if [[ -d ~/.vim/bundle/YouCompleteMe ]]
|
||||
then
|
||||
echo "Installing ycm dependencies"
|
||||
python3 ~/.vim/bundle/YouCompleteMe/install.py --all
|
||||
python3 ~/.vim/bundle/YouCompleteMe/install.py
|
||||
fi
|
||||
|
||||
. ~/.bashrc
|
||||
|
Loading…
x
Reference in New Issue
Block a user