added vundleinstall autocommand
This commit is contained in:
@@ -19,5 +19,6 @@ if [ ! -e $HOME/.ssh/config ]; then
|
||||
fi
|
||||
if [ ! -e $HOME/.vim/bundle/Vundle.vim ]; then
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git $HOME/.vim/bundle/Vundle.vim
|
||||
vim -E -c VundleInstall -c q
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user