install new vundle repo
This commit is contained in:
parent
1d25aef55a
commit
f8b6d04a29
@ -9,6 +9,6 @@ for file in $files; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [ ! -d ~/.vim/bundle/vundle ]; then
|
if [ ! -d ~/.vim/bundle/vundle ]; then
|
||||||
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
|
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/vundle
|
||||||
vim +BundleInstall +qall
|
vim +PluginInstall +qall
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user