Skip to content

Commit

Permalink
Link to custom Comment group and move to end of block
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-xyz committed Jul 28, 2021
1 parent b602a04 commit dfda6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,6 @@ call s:hi("CocHintSign" , s:nord10_gui, "", s:nord10_term, "", "", "")

" Neovim LSP
" > neovim/nvim-lspconfig
call s:hi("LspCodeLens", s:nord3_gui_bright, "", s:nord3_term, "", s:italicize_comments, "")
call s:hi("LspDiagnosticsDefaultWarning", s:nord13_gui, "", s:nord13_term, "", "", "")
call s:hi("LspDiagnosticsDefaultError" , s:nord11_gui, "", s:nord11_term, "", "", "")
call s:hi("LspDiagnosticsDefaultInformation" , s:nord8_gui, "", s:nord8_term, "", "", "")
Expand All @@ -583,6 +582,7 @@ call s:hi("LspDiagnosticsUnderlineWarning" , s:nord13_gui, "", s:nord13_term, ""
call s:hi("LspDiagnosticsUnderlineError" , s:nord11_gui, "", s:nord11_term, "", "undercurl", "")
call s:hi("LspDiagnosticsUnderlineInformation" , s:nord8_gui, "", s:nord8_term, "", "undercurl", "")
call s:hi("LspDiagnosticsUnderlineHint" , s:nord10_gui, "", s:nord10_term, "", "undercurl", "")
hi! link LspCodeLens Comment

" GitGutter
" > airblade/vim-gitgutter
Expand Down

0 comments on commit dfda6dd

Please sign in to comment.