Ignore non-gitgutter signs by default on Neovim >= 0.4.0

See #627.
This commit is contained in:
Andy Stewart
2019-08-12 10:03:59 +01:00
parent 9bf988bd1d
commit fef14f1d49
3 changed files with 8 additions and 4 deletions

View File

@@ -377,10 +377,11 @@ the number of changed lines exceeds this value, the plugin removes all signs
and displays a warning message.
*g:gitgutter_sign_allow_clobber*
Default: 0
Default: 0 (Vim, Neovim < 0.4.0)
1 (Neovim >= 0.4.0)
Determines whether gitgutter preserves non-gitgutter signs (the default). When
1, gitgutter will not preserve non-gitgutter signs.
Determines whether gitgutter preserves non-gitgutter signs. When 1, gitgutter
will not preserve non-gitgutter signs.
*g:gitgutter_sign_added*
*g:gitgutter_sign_modified*