feat(lsp): add highlight for LspCodeLensSeparator (#693)

* feat(lsp): add highlight for `LspCodeLensSeparator`

* link `LspCodeLens` with `LspCodeLensSeparator`

---------

Co-authored-by: mrtnvgr <root@unixis.fun>
This commit is contained in:
Yi Ming 2024-04-08 11:22:27 +08:00 committed by GitHub
parent aebe43db9c
commit 02bdd74993
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,6 +85,7 @@ function M.get()
LspDiagnosticsUnderlineInformation = { style = underlines.information, sp = info }, -- Used to underline "Information" diagnostics
LspDiagnosticsUnderlineHint = { style = underlines.hints, sp = hint }, -- Used to underline "Hint" diagnostics
LspCodeLens = { fg = C.overlay0 }, -- virtual text of the codelens
LspCodeLensSeparator = { link = "LspCodeLens" }, -- virtual text of the codelens separators
LspInlayHint = {
-- fg of `Comment`
fg = C.overlay0,