skip interactive vim install

This commit is contained in:
MorganGeek 2020-07-05 08:52:38 +02:00
parent d5a5a180a3
commit 3738f1cb7b

View File

@ -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