diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-30 13:12:15 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-30 13:12:15 +0100 |
commit | 056ab778799b60f7b62750d2ae630064158ceb1c (patch) | |
tree | d54efecea1196b50a86e58b20c218159227b6e6d /lua/no-clown-fiesta/groups | |
parent | 0b49a2d3be84fe77655f10d196954fcbcc7b9b9f (diff) |
Add lsp inlay hint and info boarder
Diffstat (limited to 'lua/no-clown-fiesta/groups')
-rw-r--r-- | lua/no-clown-fiesta/groups/lsp.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/no-clown-fiesta/groups/lsp.lua b/lua/no-clown-fiesta/groups/lsp.lua index 553ec2c..1e6f2d6 100644 --- a/lua/no-clown-fiesta/groups/lsp.lua +++ b/lua/no-clown-fiesta/groups/lsp.lua @@ -35,6 +35,8 @@ function M.highlight(palette, opts) ), LspSignatureActiveParameter = { bg = palette.alt_bg, bold = true }, LspCodeLens = { fg = palette.comment }, + LspInlayHint = { bg = palette.hint }, + LspInfoBoarder = { fg = palette.light_gray, bg = palette.hint }, } end |