From f8b6d04a29aaf9dd82e20f10043eb8a630696c8b Mon Sep 17 00:00:00 2001 From: Brandon Cornejo Date: Thu, 8 Nov 2018 14:38:38 -0600 Subject: [PATCH] install new vundle repo --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e92148c..974dbd4 100755 --- a/install.sh +++ b/install.sh @@ -9,6 +9,6 @@ for file in $files; do done if [ ! -d ~/.vim/bundle/vundle ]; then - git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle - vim +BundleInstall +qall + git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/vundle + vim +PluginInstall +qall fi