aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/gruvbox/groups.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/lua/gruvbox/groups.lua b/lua/gruvbox/groups.lua
index 834c9d4..b7a2d9d 100644
--- a/lua/gruvbox/groups.lua
+++ b/lua/gruvbox/groups.lua
@@ -378,9 +378,11 @@ M.setup = function()
CmpItemAbbrMatchFuzzy = { link = "GruvboxBlueUnderline" },
CmpItemMenu = { link = "GruvboxGray" },
CmpItemKindText = { link = "GruvboxOrange" },
+ CmpItemKindVariable = { link = "GruvboxOrange" },
CmpItemKindMethod = { link = "GruvboxBlue" },
CmpItemKindFunction = { link = "GruvboxBlue" },
CmpItemKindConstructor = { link = "GruvboxYellow" },
+ CmpItemKindUnit = { link = "GruvboxBlue" },
CmpItemKindField = { link = "GruvboxBlue" },
CmpItemKindClass = { link = "GruvboxYellow" },
CmpItemKindInterface = { link = "GruvboxYellow" },
@@ -388,9 +390,14 @@ M.setup = function()
CmpItemKindProperty = { link = "GruvboxBlue" },
CmpItemKindValue = { link = "GruvboxOrange" },
CmpItemKindEnum = { link = "GruvboxYellow" },
+ CmpItemKindOperator = { link = "GruvboxYellow" },
CmpItemKindKeyword = { link = "GruvboxPurple" },
+ CmpItemKindEvent = { link = "GruvboxPurple" },
+ CmpItemKindReference = { link = "GruvboxPurple" },
+ CmpItemKindColor = { link = "GruvboxPurple" },
CmpItemKindSnippet = { link = "GruvboxGreen" },
CmpItemKindFile = { link = "GruvboxBlue" },
+ CmpItemKindFolder = { link = "GruvboxBlue" },
CmpItemKindEnumMember = { link = "GruvboxAqua" },
CmpItemKindConstant = { link = "GruvboxOrange" },
CmpItemKindStruct = { link = "GruvboxYellow" },