From a57f5c48ff69111aa8b562c1e28fd86c70388fd2 Mon Sep 17 00:00:00 2001 From: "Gerardo J. Puerta" Date: Tue, 6 Sep 2022 16:26:50 -0500 Subject: [PATCH] YCM with only PY --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index eb613f7..8ea156f 100755 --- a/install.sh +++ b/install.sh @@ -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