aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@users.noreply.github.com>2022-10-26 13:29:02 +0000
committerGitHub <noreply@github.com>2022-10-26 10:29:02 -0300
commitcb7a8a867cfaa7f0e8ded57eb931da88635e7007 (patch)
treeb0a4961101919ebd87039bf204153ead446fcae8 /lua
parent24f9e795bfac5fabbaba703116e747dcf2ad8d2f (diff)
downloadgruvbox-cb7a8a867cfaa7f0e8ded57eb931da88635e7007.tar.gz
gruvbox-cb7a8a867cfaa7f0e8ded57eb931da88635e7007.tar.xz
Support lsp-inlayhints.nvim (#157)
https://github.com/lvimuser/lsp-inlayhints.nvim/blob/9bcd6fe25417b7808fe039ab63d4224f2071d24a/README.md#highlight
Diffstat (limited to 'lua')
-rw-r--r--lua/gruvbox/groups.lua2
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