highlight LspCodeLens with comment color (#85)
This commit is contained in:
@@ -174,6 +174,7 @@ function M.setup(config)
|
|||||||
LspDiagnosticsUnderlineHint = { style = "undercurl", sp = c.hint }, -- Used to underline "Hint" diagnostics
|
LspDiagnosticsUnderlineHint = { style = "undercurl", sp = c.hint }, -- Used to underline "Hint" diagnostics
|
||||||
|
|
||||||
LspSignatureActiveParameter = { fg = c.orange },
|
LspSignatureActiveParameter = { fg = c.orange },
|
||||||
|
LspCodeLens = { fg = c.comment },
|
||||||
|
|
||||||
-- LspDiagnosticsFloatingError = { }, -- Used to color "Error" diagnostic messages in diagnostics float
|
-- LspDiagnosticsFloatingError = { }, -- Used to color "Error" diagnostic messages in diagnostics float
|
||||||
-- LspDiagnosticsFloatingWarning = { }, -- Used to color "Warning" diagnostic messages in diagnostics float
|
-- LspDiagnosticsFloatingWarning = { }, -- Used to color "Warning" diagnostic messages in diagnostics float
|
||||||
|
|||||||
Reference in New Issue
Block a user