summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--nvim/.config/nvim/lua/tobyvin/plugins/gruvbox.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/nvim/.config/nvim/lua/tobyvin/plugins/gruvbox.lua b/nvim/.config/nvim/lua/tobyvin/plugins/gruvbox.lua
index 699fc9a..1a84cea 100644
--- a/nvim/.config/nvim/lua/tobyvin/plugins/gruvbox.lua
+++ b/nvim/.config/nvim/lua/tobyvin/plugins/gruvbox.lua
@@ -17,6 +17,12 @@ local M = {
IndentContext5 = { link = "GruvboxAqua" },
IndentContext6 = { link = "GruvboxBlue" },
IndentContext7 = { link = "GruvboxViolet" },
+
+ -- See: https://github.com/ellisonleao/gruvbox.nvim/pull/255
+ ["@lsp.type.class"] = { link = "@type" },
+ ["@lsp.type.decorator"] = { link = "@macro" },
+ ["@lsp.type.interface"] = { link = "@constructor" },
+ ["@lsp.type.struct"] = { link = "@type" },
},
},
}