From 24efce03cc12dd30f63048627981ab911e551dd7 Mon Sep 17 00:00:00 2001 From: Andy Stewart Date: Tue, 5 Mar 2013 14:51:55 +0100 Subject: [PATCH] Add comment about defining highlights. --- README.mkd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.mkd b/README.mkd index 43eb074..8af0d30 100644 --- a/README.mkd +++ b/README.mkd @@ -51,6 +51,8 @@ Furthermore you can jump between hunks: You may want to add mappings for these if you use them often. +If you want to define your own highlights, you can turn off vim-gitgutter's with `let g:gitgutter_highlights = 0` in your `~/.vimrc`. + ### FAQ