diff options
| author | Ellison <ellisonleao@gmail.com> | 2023-11-29 14:42:07 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-29 14:42:07 -0300 |
| commit | d203ce573240635cae3f8244e98f21e54aefa029 (patch) | |
| tree | 26d0be5d56e8d0022d34d253e8741118f16a9266 /lua/gruvbox.lua | |
| parent | 517b012757fbe7a4d6e507baf5cc75837e62734f (diff) | |
| parent | f77cf2f7150852b9901c6437a0c24e5d2bf6c73b (diff) | |
| download | gruvbox-d203ce573240635cae3f8244e98f21e54aefa029.tar.gz gruvbox-d203ce573240635cae3f8244e98f21e54aefa029.tar.xz | |
Merge pull request #301 from nysal/semantic_tokens
fix(semantic_tokens): link LSP comments
Diffstat (limited to 'lua/gruvbox.lua')
| -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" }, |
