YCM with only PY

This commit is contained in:
Gerardo J. Puerta 2022-09-06 16:26:50 -05:00
parent a7fc033779
commit a57f5c48ff

View File

@ -83,12 +83,14 @@ then
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
fi fi
ln -sf ~/.dotfiles/vim/vimrc ~/.vimrc ln -sf ~/.dotfiles/vim/vimrc ~/.vimrc
echo "Installing vim plugins ..."
vim +'PlugInstall --sync' +qa
fi fi
if [[ -d ~/.vim/bundle/YouCompleteMe ]] if [[ -d ~/.vim/bundle/YouCompleteMe ]]
then then
echo "Installing ycm dependencies" echo "Installing ycm dependencies"
python3 ~/.vim/bundle/YouCompleteMe/install.py --all python3 ~/.vim/bundle/YouCompleteMe/install.py
fi fi
. ~/.bashrc . ~/.bashrc