Added submodules for ctrlp & nerdtree
This commit is contained in:
parent
32c318b320
commit
fb0766d822
|
|
@ -79,3 +79,9 @@
|
||||||
[submodule "bundle/YouCompleteMe"]
|
[submodule "bundle/YouCompleteMe"]
|
||||||
path = bundle/YouCompleteMe
|
path = bundle/YouCompleteMe
|
||||||
url = git@github.com:Valloric/YouCompleteMe.git
|
url = git@github.com:Valloric/YouCompleteMe.git
|
||||||
|
[submodule "bundle/nerdtree"]
|
||||||
|
path = bundle/nerdtree
|
||||||
|
url = git@github.com:scrooloose/nerdtree.git
|
||||||
|
[submodule "bundle/ctrlp.vim"]
|
||||||
|
path = bundle/ctrlp.vim
|
||||||
|
url = git@github.com:kien/ctrlp.vim.git
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 4f1e6ecb057fc0bac189171c1430d71ef25f6bb1
|
||||||
Loading…
Reference in New Issue