diff --git a/.gitmodules b/.gitmodules index 10059033..76e46808 100644 --- a/.gitmodules +++ b/.gitmodules @@ -79,3 +79,9 @@ [submodule "bundle/YouCompleteMe"] path = bundle/YouCompleteMe 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 diff --git a/bundle/ctrlp.vim b/bundle/ctrlp.vim new file mode 160000 index 00000000..b5d3fe66 --- /dev/null +++ b/bundle/ctrlp.vim @@ -0,0 +1 @@ +Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f diff --git a/bundle/nerdtree b/bundle/nerdtree new file mode 160000 index 00000000..4f1e6ecb --- /dev/null +++ b/bundle/nerdtree @@ -0,0 +1 @@ +Subproject commit 4f1e6ecb057fc0bac189171c1430d71ef25f6bb1