From 4fbbef788bbb6c0972f8dc44947451ee66e3e914 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 15 Jun 2021 15:38:04 +0200 Subject: Fix colors of signs in the git gutter --- vim/.vimrc | 2 ++ 1 file changed, 2 insertions(+) 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() -- cgit v1.2.3