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

@@ -96,6 +96,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
@@ -155,6 +156,13 @@ To customise the symbols, add the following to your |vimrc|:
let g:gitgutter_sign_modified_removed = 'ww'
<
SIGNS
To never show signs, use this:
>
let git:gitgutter_signs = 0
<
LINE HIGHLIGHTS
Similarly to the signs' colours, set up the following highlight groups in your