added vundle as submodule
This commit is contained in:
parent
b42cfbfcce
commit
ca56e61b4f
3 changed files with 7 additions and 2 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
bundle
|
|
||||||
autoload
|
autoload
|
||||||
doc
|
doc
|
||||||
plugin/*
|
plugin
|
||||||
|
bundle
|
||||||
|
!bundle/Vundle.vim
|
||||||
|
|
|
||||||
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "bundle/Vundle.vim"]
|
||||||
|
path = bundle/Vundle.vim
|
||||||
|
url = https://github.com/VundleVim/Vundle.vim.git
|
||||||
1
bundle/Vundle.vim
Submodule
1
bundle/Vundle.vim
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95
|
||||||
Loading…
Reference in a new issue