diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 73d58fe..b7c2c87 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "shell/_vim/bundle/gundo.vim"] path = shell/_vim/bundle/gundo.vim url = https://github.com/sjl/gundo.vim.git +[submodule "shell/_vim/bundle/ctrlp.vim"] + path = shell/_vim/bundle/ctrlp.vim + url = https://github.com/ctrlpvim/ctrlp.vim.git |