aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 514be04..56993fd 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -117,6 +117,8 @@ endfunction
function! s:colorscheme_changed()
call s:detect_terminal_line_border()
+ call s:reset_gitgutter_highlights()
+
if has('nvim')
" See https://github.com/neovim/nvim-lspconfig/issues/516
lua require('vim.lsp.diagnostic')._define_default_signs_and_highlights()