diff --git a/plugin/gitgutter.vim b/plugin/gitgutter.vim index 606ff37..068931f 100644 --- a/plugin/gitgutter.vim +++ b/plugin/gitgutter.vim @@ -528,6 +528,7 @@ augroup gitgutter endif autocmd TabEnter * call GitGutterAll() endif + autocmd ColorScheme * call s:define_sign_column_highlight() | call s:define_highlights() augroup END " }}}