diff options
author | June McEnroe <june@causal.agency> | 2012-02-02 17:40:17 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-02-02 17:40:17 -0500 |
commit | 578f50c8e864966ff08fcf9abf3d743926e9c8ea (patch) | |
tree | 1b02b2fcd8590961e42f6ea9edf301ff34728b98 /.gitmodules | |
parent | Revert "Add ShowMarks plugin" (diff) | |
download | src-578f50c8e864966ff08fcf9abf3d743926e9c8ea.tar.gz src-578f50c8e864966ff08fcf9abf3d743926e9c8ea.zip |
Add itchy.vim
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b0e9adb2..eb2046aa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "bundle/vim-markdown"] path = bundle/vim-markdown url = https://github.com/tpope/vim-markdown.git +[submodule "bundle/itchy.vim"] + path = bundle/itchy.vim + url = git://github.com/programble/itchy.vim.git |