diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2016-12-12 22:49:09 -0600 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2016-12-12 22:49:09 -0600 |
commit | 76a7e70cc85acc4636f95f9268775215a9503186 (patch) | |
tree | 1be238855226331c05e33c3e5305f09473657547 /.gitmodules | |
parent | 9fc86ce21637e4ed3b9b280b8ee2fbdf814a4323 (diff) |
vim: add ctrlp.vim bundle
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e8d2541 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vim/.vim/bundle/ctrlp.vim"] + path = vim/.vim/bundle/ctrlp.vim + url = https://github.com/ctrlpvim/ctrlp.vim.git |