mirror of
https://github.com/amix/vimrc
synced 2025-07-17 17:15:01 +08:00
Added submodules for ctrlp & nerdtree
This commit is contained in:
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user