aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@datadoghq.com>2013-08-21 10:34:49 -0400
committerMatt Singleton <matt@datadoghq.com>2013-08-21 10:34:49 -0400
commit537d665865262bcf9f97459f6b6c85699c7f2984 (patch)
tree3dfc96437029e11762ac5759b1eaec57030c586e
parent38d4dc896230c47ce623f30e5bd6f4c3011f8972 (diff)
re-fix gitgutter highlight
-rw-r--r--vimrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 8195ee6..23fc1dc 100644
--- a/vimrc
+++ b/vimrc
@@ -137,7 +137,10 @@ syntax on
set background=light
colo solarized
set hlsearch
-highlight clear SignColumn " don't mess up gutter highlight with gitgutter
+
+" don't mess up gutter highlight with gitgutter
+highlight clear SignColumn
+hi! link SignColumn Background
"
" local additions