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