fix: lsp inlay hint (#180)

This commit is contained in:
Michael Chris Lopez
2024-05-20 10:26:28 +02:00
committed by GitHub
parent 67d559daa2
commit 0554b55153
2 changed files with 2 additions and 0 deletions

View File

@@ -172,6 +172,7 @@ local function generate(p, opt)
LspReferenceRead { ColorColumn }, -- used for highlighting "read" references
LspReferenceWrite { ColorColumn }, -- used for highlighting "write" references
LspCodeLens { LineNr },
LspInlayHint { fg = p1.bg.sa(10).da(36), bg = p1.bg.da(2) },
DiagnosticError { Error },
DiagnosticWarn { WarningMsg },