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 | |
parent | bf4c367801481712195588d5e76ebcc116286903 (diff) | |
download | dotnvim-a2061310244339c5e1ecad27d44c7ae9899c6dbc.tar.gz dotnvim-a2061310244339c5e1ecad27d44c7ae9899c6dbc.zip |
Added gitbutter, make updatetime shorter
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bundle/vim-gitgutter | 0 | ||||
-rw-r--r-- | vimrc | 4 |
3 files changed, 7 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 diff --git a/bundle/vim-gitgutter b/bundle/vim-gitgutter new file mode 160000 +Subproject d2d2da11c58c09d314b23029bdd4a4ab747d76e @@ -97,3 +97,7 @@ else set nospell endif let base16colorspace=256 " Access colors present in 256 colorspace + +" default is too slow +set updatetime=200 + |