Skip to content

Commit 0554b55

Browse files
authored
fix: lsp inlay hint (#180)
1 parent 67d559d commit 0554b55

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lua/zenbones/specs/dark.lua

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ local function generate(p, opt)
172172
LspReferenceRead { ColorColumn }, -- used for highlighting "read" references
173173
LspReferenceWrite { ColorColumn }, -- used for highlighting "write" references
174174
LspCodeLens { LineNr },
175+
LspInlayHint { fg = p1.bg.sa(10).li(40), bg = p1.bg.li(4) },
175176

176177
DiagnosticError { Error },
177178
DiagnosticWarn { WarningMsg },

lua/zenbones/specs/light.lua

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ local function generate(p, opt)
172172
LspReferenceRead { ColorColumn }, -- used for highlighting "read" references
173173
LspReferenceWrite { ColorColumn }, -- used for highlighting "write" references
174174
LspCodeLens { LineNr },
175+
LspInlayHint { fg = p1.bg.sa(10).da(36), bg = p1.bg.da(2) },
175176

176177
DiagnosticError { Error },
177178
DiagnosticWarn { WarningMsg },

0 commit comments

Comments
 (0)