aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorEllison <ellisonleao@gmail.com>2025-03-05 16:58:06 -0300
committerGitHub <noreply@github.com>2025-03-05 16:58:06 -0300
commit3eceb0ec31e1161dd4ba473d6cc3ba4e6a216199 (patch)
tree38256bfa2a879fc626597b079aa1305625880ba3 /lua
parent089b60e92aa0a1c6fa76ff527837cd35b6f5ac81 (diff)
parentc072c88bc6c91df5ffaa748a8dbf364c46ef1a15 (diff)
downloadgruvbox-3eceb0ec31e1161dd4ba473d6cc3ba4e6a216199.tar.gz
gruvbox-3eceb0ec31e1161dd4ba473d6cc3ba4e6a216199.tar.xz
Merge pull request #372 from tim3nd/feat-support_cmp
feat: support blink.cmp
Diffstat (limited to 'lua')
-rw-r--r--lua/gruvbox.lua32
1 files changed, 32 insertions, 0 deletions
diff --git a/lua/gruvbox.lua b/lua/gruvbox.lua
index 07f6cfa..ba924c7 100644
--- a/lua/gruvbox.lua
+++ b/lua/gruvbox.lua
@@ -515,6 +515,38 @@ local function get_groups()
CmpItemKindConstant = { link = "GruvboxOrange" },
CmpItemKindStruct = { link = "GruvboxYellow" },
CmpItemKindTypeParameter = { link = "GruvboxYellow" },
+ BlinkCmpLabel = { link = "GruvboxFg0" },
+ BlinkCmpLabelDeprecated = { link = "GruvboxFg1" },
+ BlinkCmpLabelMatch = { link = "GruvboxBlueBold" },
+ BlinkCmpLabelDetail = { link = "GruvboxGray" },
+ BlinkCmpLabelDescription = { link = "GruvboxGray" },
+ BlinkCmpKindText = { link = "GruvboxOrange" },
+ BlinkCmpKindVariable = { link = "GruvboxOrange" },
+ BlinkCmpKindMethod = { link = "GruvboxBlue" },
+ BlinkCmpKindFunction = { link = "GruvboxBlue" },
+ BlinkCmpKindConstructor = { link = "GruvboxYellow" },
+ BlinkCmpKindUnit = { link = "GruvboxBlue" },
+ BlinkCmpKindField = { link = "GruvboxBlue" },
+ BlinkCmpKindClass = { link = "GruvboxYellow" },
+ BlinkCmpKindInterface = { link = "GruvboxYellow" },
+ BlinkCmpKindModule = { link = "GruvboxBlue" },
+ BlinkCmpKindProperty = { link = "GruvboxBlue" },
+ BlinkCmpKindValue = { link = "GruvboxOrange" },
+ BlinkCmpKindEnum = { link = "GruvboxYellow" },
+ BlinkCmpKindOperator = { link = "GruvboxYellow" },
+ BlinkCmpKindKeyword = { link = "GruvboxPurple" },
+ BlinkCmpKindEvent = { link = "GruvboxPurple" },
+ BlinkCmpKindReference = { link = "GruvboxPurple" },
+ BlinkCmpKindColor = { link = "GruvboxPurple" },
+ BlinkCmpKindSnippet = { link = "GruvboxGreen" },
+ BlinkCmpKindFile = { link = "GruvboxBlue" },
+ BlinkCmpKindFolder = { link = "GruvboxBlue" },
+ BlinkCmpKindEnumMember = { link = "GruvboxAqua" },
+ BlinkCmpKindConstant = { link = "GruvboxOrange" },
+ BlinkCmpKindStruct = { link = "GruvboxYellow" },
+ BlinkCmpKindTypeParameter = { link = "GruvboxYellow" },
+ BlinkCmpSource = { link = "GruvboxGray" },
+ BlinkCmpGhostText = { link = "GruvboxBg4" },
diffAdded = { link = "DiffAdd" },
diffRemoved = { link = "DiffDelete" },
diffChanged = { link = "DiffChange" },