Install vundle
This commit is contained in:
parent
8db43fc5dd
commit
1d5ccc10db
|
|
@ -36,4 +36,8 @@ cp .* "$HOME/"
|
|||
if (! test -d "$HOME/.vim" ); then
|
||||
mkdir "$HOME/.vim"
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue