From 3738f1cb7bd29b1bf3679866edc367ea556ccfa2 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Sun, 5 Jul 2020 08:52:38 +0200 Subject: [PATCH] skip interactive vim install --- dot_scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_scripts/bootstrap.sh b/dot_scripts/bootstrap.sh index 6ce3bf3..198a94c 100755 --- a/dot_scripts/bootstrap.sh +++ b/dot_scripts/bootstrap.sh @@ -153,7 +153,7 @@ function installOhMyZsh() { function installVimPlugins() { echo "Installing Vundle + VIM Plugins" git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim - vim +PluginInstall +qall >/dev/null + vim +'PluginInstall --sync' +qa >/dev/null #https://github.com/ycm-core/YouCompleteMe/blob/master/README.md#installation cd "$HOME/.vim/bundle/YouCompleteMe" || exit ./install.py --all