feat: LspInlayHint
This commit is contained in:
parent
74fdfa70b7
commit
3c3f82acdd
@ -193,6 +193,7 @@ function M.setup()
|
|||||||
|
|
||||||
LspSignatureActiveParameter = { bg = util.darken(c.bg_visual, 0.4), bold = true },
|
LspSignatureActiveParameter = { bg = util.darken(c.bg_visual, 0.4), bold = true },
|
||||||
LspCodeLens = { fg = c.comment },
|
LspCodeLens = { fg = c.comment },
|
||||||
|
LspInlayHint = { bg = util.darken(c.blue7, 0.1), fg = c.dark3 },
|
||||||
|
|
||||||
LspInfoBorder = { fg = c.border_highlight, bg = c.bg_float },
|
LspInfoBorder = { fg = c.border_highlight, bg = c.bg_float },
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user