aboutsummaryrefslogtreecommitdiff
path: root/lua/gruvbox.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/gruvbox.lua')
-rw-r--r--lua/gruvbox.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua
index e45da9b..a1430ef 100644
--- a/lua/gruvbox.lua
+++ b/lua/gruvbox.lua
@@ -1023,7 +1023,7 @@ local function get_groups()
["@macro"] = { link = "Macro" },
["@structure"] = { link = "Structure" },
["@lsp.type.class"] = { link = "@type" },
- ["@lsp.type.comment"] = {}, -- do not overwrite comments
+ ["@lsp.type.comment"] = { link = "@comment" },
["@lsp.type.decorator"] = { link = "@macro" },
["@lsp.type.enum"] = { link = "@type" },
["@lsp.type.enumMember"] = { link = "@constant" },