diff options
author | Tharre <tharre3@gmail.com> | 2015-12-08 01:30:25 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:38 +0000 |
commit | 76f4b5deba873844407d976c1b222b7bf8decc3f (patch) | |
tree | 96078344446d2c98c7ee4297975e33a254b490bb /.gitmodules | |
parent | 28dc3106925a2e7e2da2ba1d6b44a94309ffd4c3 (diff) | |
download | dotfiles-76f4b5deba873844407d976c1b222b7bf8decc3f.tar.gz dotfiles-76f4b5deba873844407d976c1b222b7bf8decc3f.tar.xz dotfiles-76f4b5deba873844407d976c1b222b7bf8decc3f.zip |
vim: add ctrlp.vim
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 |