Skip to content

Commit

Permalink
ref(groups): LspInlayHint support
Browse files Browse the repository at this point in the history
  • Loading branch information
Iron-E committed Jul 7, 2023
1 parent 31c91bb commit 67729d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/highlite/groups/default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ local function from_palette(palette, opts)
['@lsp.typemod.type.defaultLibrary'] = '@type.builtin',
['@lsp.typemod.type.readonly'] = '@lsp.type.type',
['@lsp.typemod.variable.defaultLibrary'] = '@variable.builtin',
LspInlayHint = 'Conceal',

-- Treesitter
-- HACK: a lot of these have `nocombine` because of overly-eager captures
Expand Down

0 comments on commit 67729d0

Please sign in to comment.