This commit is contained in:
Chocobozzz 2016-04-17 21:57:24 +02:00
parent 1d5ccc10db
commit 0aee331429
1 changed files with 1 additions and 1 deletions

View File

@ -39,5 +39,5 @@ 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
git clone https://github.com/VundleVim/Vundle.vim.git "$HOME/.vim/bundle/vundle"
vim +PluginInstall +qall