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