Make signs optional (on by default).

This commit is contained in:
Andy Stewart
2013-03-28 09:36:24 +01:00
parent 60ce94c03b
commit 3243987028
3 changed files with 22 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ You can customise:
* Line highlights
* Extra arguments for `git diff`
* Whether or not vim-gitgutter is on initially (defaults to on)
* Whether or not signs are shown (defaults to yes)
* Whether or not line highlighting is on initially (defaults to off)
* Whether or not vim-gitgutter runs on `BufEnter` (defaults to yes)
* Whether or not vim-gitgutter runs for all buffers on `FocusGained` (defaults to yes)
@@ -124,6 +125,14 @@ let g:gitgutter_sign_removed = 'zz'
let g:gitgutter_sign_modified_removed = 'ww'
```
#### Whether or not signs are shown
If you never want signs to be shown (presumably you only want the line highlights), add this to your `~/.vimrc`:
```viml
let g:gitgutter_signs = 0
```
#### Line highlights
Similarly to the signs' colours, set up the following highlight groups in your colorscheme or `~/.vimrc`: