Add Vundle.vim as a git submodule

This commit is contained in:
Michael Campagnaro 2015-11-17 00:12:00 -05:00
parent 8659f058c4
commit af1dd67949
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
vim/.netrwhist
vim/bundle/*
!vim/bundle/Vundle.vim

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "vim/bundle/Vundle.vim"]
path = vim/bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim.git

@ -1 +1 @@
Subproject commit 0ee36b26e127cda512a8f2852a59e5a5f374c87f
Subproject commit 5f70ae6025e951f0154e3940d123138adffa4c88