diff options
author | June McEnroe <june@causal.agency> | 2013-05-15 16:23:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-05-15 16:23:17 -0400 |
commit | 9ee88bf07ab4eb811c55d9ec27fa98e48449699c (patch) | |
tree | 5383ea6699bb0731b97359da8f80dc3df879422f /.gitmodules | |
parent | Remove unused plugins (diff) | |
download | src-9ee88bf07ab4eb811c55d9ec27fa98e48449699c.tar.gz src-9ee88bf07ab4eb811c55d9ec27fa98e48449699c.zip |
Add vim-gitgutter
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 87873438..e7e9439c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,3 +55,6 @@ [submodule "bundle/vim-commentary"] path = bundle/vim-commentary url = https://github.com/tpope/vim-commentary.git +[submodule "bundle/vim-gitgutter"] + path = bundle/vim-gitgutter + url = https://github.com/airblade/vim-gitgutter.git |