added vundleinstall autocommand

This commit is contained in:
Christian Koptein 2026-03-12 07:29:48 +01:00
parent 30ada9055d
commit 258b350806
2 changed files with 2 additions and 1 deletions

View File

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