fix: lsp inlay hint (#180)
This commit is contained in:
committed by
GitHub
parent
67d559daa2
commit
0554b55153
@@ -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).li(40), bg = p1.bg.li(4) },
|
||||
|
||||
DiagnosticError { Error },
|
||||
DiagnosticWarn { WarningMsg },
|
||||
|
||||
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user