diff options
| -rw-r--r-- | lua/gruvbox/groups.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua index 756f0d2..01752b5 100644 --- a/lua/gruvbox/groups.lua +++ b/lua/gruvbox/groups.lua @@ -734,6 +734,8 @@ groups.setup = function() MasonMuted = { fg = palette.light4 }, MasonMutedBlock = { fg = palette.dark0, bg = palette.light4 }, MasonMutedBlockBold = { fg = palette.dark0, bg = palette.light4, bold = true }, + -- lsp-inlayhints.nvim + LspInlayHint = { link = "comment" }, } for group, hl in pairs(config.overrides) do |
