Skip to content

Commit

Permalink
fix: lsp inlay hint (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed May 20, 2024
1 parent 67d559d commit 0554b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/zenbones/specs/dark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
1 change: 1 addition & 0 deletions lua/zenbones/specs/light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 0554b55

Please sign in to comment.