aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2019-07-14 12:29:53 +0800
committerAaron LI <aly@aaronly.me>2019-07-14 12:29:53 +0800
commitcd28dac0b11eccc5599591fe631eb36eecf194cf (patch)
treef986b81c3b0a6ea9be5e56496f01bc6dcfdfaf5d /.gitmodules
parent1f2da38d395c48cc4d1b22aaecf781a9826d05ef (diff)
downloaddotfiles-cd28dac0b11eccc5599591fe631eb36eecf194cf.tar.bz2
vim: Add ctrlp.vim plugin
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 09bfb78..551512b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,7 @@
[submodule "_vim/pack/aly/start/vim-fugitive"]
path = _vim/pack/aly/start/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
+
+[submodule "_vim/pack/aly/start/ctrlp.vim"]
+ path = _vim/pack/aly/start/ctrlp.vim
+ url = https://github.com/ctrlpvim/ctrlp.vim