diff options
author | Matt Singleton <matt@datadoghq.com> | 2013-08-21 10:34:49 -0400 |
---|---|---|
committer | Matt Singleton <matt@datadoghq.com> | 2013-08-21 10:34:49 -0400 |
commit | 537d665865262bcf9f97459f6b6c85699c7f2984 (patch) | |
tree | 3dfc96437029e11762ac5759b1eaec57030c586e | |
parent | 38d4dc896230c47ce623f30e5bd6f4c3011f8972 (diff) |
re-fix gitgutter highlight
-rw-r--r-- | vimrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |