Closed bluz71 closed 1 year ago
Something like g:nightflyColoredDiagnosticVirtualText that does this when set to true:
g:nightflyColoredDiagnosticVirtualText
true
highlight(0, "DiagnosticVirtualTextError", { link = "NightflyRed" }) highlight(0, "DiagnosticVirtualTextWarn", { link = "NightflyYellow" }) highlight(0, "DiagnosticVirtualTextInfo", { link = "NightflyBlue" }) highlight(0, "DiagnosticVirtualTextHint", { link = "NightflyWhite" })
Done, option name is: nightflyVirtualTextColor.
nightflyVirtualTextColor
Something like
g:nightflyColoredDiagnosticVirtualText
that does this when set totrue
: