bluz71 / vim-nightfly-colors

A dark midnight theme for modern Neovim & classic Vim
MIT License
828 stars 51 forks source link

Provide an option for colourful diagnostic virtual text. #46

Closed bluz71 closed 1 year ago

bluz71 commented 1 year ago

Something like g:nightflyColoredDiagnosticVirtualText that does this when set to true:

highlight(0, "DiagnosticVirtualTextError", { link = "NightflyRed" })
highlight(0, "DiagnosticVirtualTextWarn", { link = "NightflyYellow" })
highlight(0, "DiagnosticVirtualTextInfo", { link = "NightflyBlue" })
highlight(0, "DiagnosticVirtualTextHint", { link = "NightflyWhite" })
bluz71 commented 1 year ago

Done, option name is: nightflyVirtualTextColor.