Install vundle

This commit is contained in:
Chocobozzz 2016-04-17 21:52:35 +02:00
parent 8db43fc5dd
commit 1d5ccc10db
1 changed files with 4 additions and 0 deletions

View File

@ -36,4 +36,8 @@ cp .* "$HOME/"
if (! test -d "$HOME/.vim" ); then if (! test -d "$HOME/.vim" ); then
mkdir "$HOME/.vim" mkdir "$HOME/.vim"
fi fi
if (! test -d "$HOME/.vim/bundle" ); then
mkdir "$HOME/.vim/bundle"
fi
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall vim +PluginInstall +qall