diff options
-rw-r--r-- | vim/.vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() |