1
0
mirror of https://github.com/amix/vimrc synced 2025-07-17 00:54:59 +08:00

Added submodules for ctrlp & nerdtree

This commit is contained in:
Mirosław Pragłowski
2015-06-09 22:34:48 +02:00
parent 32c318b320
commit fb0766d822
3 changed files with 8 additions and 0 deletions

6
.gitmodules vendored
View File

@ -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

1
bundle/ctrlp.vim Submodule

Submodule bundle/ctrlp.vim added at b5d3fe66a5

1
bundle/nerdtree Submodule

Submodule bundle/nerdtree added at 4f1e6ecb05