add a new alternative to manage plugins using vundle
This commit is contained in:
parent
5f37be79d3
commit
5e88e2a68c
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -10,3 +10,6 @@
|
|||
[submodule "bundle/vim-pandoc"]
|
||||
path = bundle/vim-pandoc
|
||||
url = https://github.com/vim-pandoc/vim-pandoc.git
|
||||
[submodule "bundle/vundle"]
|
||||
path = bundle/vundle
|
||||
url = https://github.com/gmarik/vundle.git
|
||||
|
|
1
bundle/vundle
Submodule
1
bundle/vundle
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 769010ae4dc2ccb40bb0d93078f0480c80553860
|
Loading…
Reference in a new issue