diff options
| -rw-r--r-- | lua/gruvbox.lua | 2 |
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" }, |
