Update docs.

This commit is contained in:
Andy Stewart
2019-08-16 16:38:32 +01:00
parent cbaa22e38c
commit c351eb13cf
2 changed files with 10 additions and 3 deletions

View File

@@ -297,7 +297,7 @@ By default the sign column will appear when there are signs to show and disappea
set signcolumn=yes
```
GitGutter can preserve or ignore non-gitgutter signs. On Vim and Neovim < 0.4.0, gitgutter will default to preserving other signs; on Neovim >= 0.4.0 gitgutter defaults to ignoring them. You can control this with:
GitGutter can preserve or ignore non-gitgutter signs. For Vim v8.1.0614 and later you can set gitgutter's signs' priorities with `g:gitgutter_sign_priority`, so gitgutter defaults to clobbering other signs. For Neovim v0.4.0 and later you can set an expanding sign column so gitgutter again defaults to clobbering other signs. Otherwise, gitgutter defaults to preserving other signs. You can configure this with:
```viml
let g:gitgutter_sign_allow_clobber = 1