Add Vundle.vim as a git submodule
This commit is contained in:
parent
8659f058c4
commit
af1dd67949
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
vim/.netrwhist
|
vim/.netrwhist
|
||||||
vim/bundle/*
|
vim/bundle/*
|
||||||
|
!vim/bundle/Vundle.vim
|
||||||
|
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user