diff options
author | Juan J. Martinez <jjm@usebox.net> | 2018-08-03 11:11:22 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:27 +0100 |
commit | a2061310244339c5e1ecad27d44c7ae9899c6dbc (patch) | |
tree | 23491c7ca00488152da3b88eecdfa16c450f25c8 /.gitmodules | |
parent | bf4c367801481712195588d5e76ebcc116286903 (diff) | |
download | dotnvim-a2061310244339c5e1ecad27d44c7ae9899c6dbc.tar.gz dotnvim-a2061310244339c5e1ecad27d44c7ae9899c6dbc.zip |
Added gitbutter, make updatetime shorter
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index bc35760..f217dc6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "bundle/tcomment_vim"] path = bundle/tcomment_vim url = https://github.com/tomtom/tcomment_vim +[submodule "bundle/vim-gitgutter"] + path = bundle/vim-gitgutter + url = git://github.com/airblade/vim-gitgutter.git |