From cb7a8a867cfaa7f0e8ded57eb931da88635e7007 Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Wed, 26 Oct 2022 13:29:02 +0000 Subject: Support lsp-inlayhints.nvim (#157) https://github.com/lvimuser/lsp-inlayhints.nvim/blob/9bcd6fe25417b7808fe039ab63d4224f2071d24a/README.md#highlight --- lua/gruvbox/groups.lua | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3