Skip to content

Commit b1720ed

Browse files
authored
migrate ton vim 0.6.0 highlight groups
The highlight groups changed in nevoid 0.6.0 See: https://github.com/neovim/neovim/blob/99f6260f84a8ef94495c831155d98c330078e0ad/runtime/doc/diagnostic.txt#L187
1 parent df497a7 commit b1720ed

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

colors/nord.vim

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -575,14 +575,14 @@ call s:hi("CocHintSign" , s:nord10_gui, "", s:nord10_term, "", "", "")
575575
" Neovim LSP
576576
" > neovim/nvim-lspconfig
577577
call s:hi("LspCodeLens", s:nord3_gui_bright, "", s:nord3_term, "", "", "")
578-
call s:hi("LspDiagnosticsDefaultWarning", s:nord13_gui, "", s:nord13_term, "", "", "")
579-
call s:hi("LspDiagnosticsDefaultError" , s:nord11_gui, "", s:nord11_term, "", "", "")
580-
call s:hi("LspDiagnosticsDefaultInformation" , s:nord8_gui, "", s:nord8_term, "", "", "")
581-
call s:hi("LspDiagnosticsDefaultHint" , s:nord10_gui, "", s:nord10_term, "", "", "")
582-
call s:hi("LspDiagnosticsUnderlineWarning" , s:nord13_gui, "", s:nord13_term, "", "undercurl", "")
583-
call s:hi("LspDiagnosticsUnderlineError" , s:nord11_gui, "", s:nord11_term, "", "undercurl", "")
584-
call s:hi("LspDiagnosticsUnderlineInformation" , s:nord8_gui, "", s:nord8_term, "", "undercurl", "")
585-
call s:hi("LspDiagnosticsUnderlineHint" , s:nord10_gui, "", s:nord10_term, "", "undercurl", "")
578+
call s:hi("DiagnosticWarn", s:nord13_gui, "", s:nord13_term, "", "", "")
579+
call s:hi("DiagnosticError" , s:nord11_gui, "", s:nord11_term, "", "", "")
580+
call s:hi("DiagnosticInfo" , s:nord8_gui, "", s:nord8_term, "", "", "")
581+
call s:hi("DiagnosticHint" , s:nord10_gui, "", s:nord10_term, "", "", "")
582+
call s:hi("DiagnosticUnderlineWarn" , s:nord13_gui, "", s:nord13_term, "", "undercurl", "")
583+
call s:hi("DiagnosticUnderlineError" , s:nord11_gui, "", s:nord11_term, "", "undercurl", "")
584+
call s:hi("DiagnosticUnderlineInfo" , s:nord8_gui, "", s:nord8_term, "", "undercurl", "")
585+
call s:hi("DiagnosticUnderlineHint" , s:nord10_gui, "", s:nord10_term, "", "undercurl", "")
586586

587587
" GitGutter
588588
" > airblade/vim-gitgutter

0 commit comments

Comments
 (0)