highlight LspCodeLens with comment color (#85)

This commit is contained in:
jpe90
2021-08-05 00:25:57 -07:00
committed by GitHub
parent 0ee0bcf14d
commit 148175ab9d

View File

@@ -174,6 +174,7 @@ function M.setup(config)
LspDiagnosticsUnderlineHint = { style = "undercurl", sp = c.hint }, -- Used to underline "Hint" diagnostics
LspSignatureActiveParameter = { fg = c.orange },
LspCodeLens = { fg = c.comment },
-- LspDiagnosticsFloatingError = { }, -- Used to color "Error" diagnostic messages in diagnostics float
-- LspDiagnosticsFloatingWarning = { }, -- Used to color "Warning" diagnostic messages in diagnostics float