diff options
| author | Daniel M. Capella <polyzen@users.noreply.github.com> | 2022-10-26 13:29:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-26 10:29:02 -0300 |
| commit | cb7a8a867cfaa7f0e8ded57eb931da88635e7007 (patch) | |
| tree | b0a4961101919ebd87039bf204153ead446fcae8 | |
| parent | 24f9e795bfac5fabbaba703116e747dcf2ad8d2f (diff) | |
| download | gruvbox-cb7a8a867cfaa7f0e8ded57eb931da88635e7007.tar.gz gruvbox-cb7a8a867cfaa7f0e8ded57eb931da88635e7007.tar.xz | |
Support lsp-inlayhints.nvim (#157)
https://github.com/lvimuser/lsp-inlayhints.nvim/blob/9bcd6fe25417b7808fe039ab63d4224f2071d24a/README.md#highlight
| -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 |
