ctrlp vim plugin added
This commit is contained in:
parent
a8a679fe55
commit
02272e973a
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -35,3 +35,6 @@
|
||||||
[submodule ".vim/bundle/nerdtree"]
|
[submodule ".vim/bundle/nerdtree"]
|
||||||
path = .vim/bundle/nerdtree
|
path = .vim/bundle/nerdtree
|
||||||
url = https://github.com/scrooloose/nerdtree
|
url = https://github.com/scrooloose/nerdtree
|
||||||
|
[submodule ".vim/bundle/vim-ctrlp"]
|
||||||
|
path = .vim/bundle/vim-ctrlp
|
||||||
|
url = https://github.com/kien/ctrlp.vim.git
|
||||||
|
|
1
.vim/bundle/vim-ctrlp
Submodule
1
.vim/bundle/vim-ctrlp
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b5d3fe66a58a13d2ff8b6391f4387608496a030f
|
Loading…
Reference in a new issue