Skip to content

Commit a2d3d26

Browse files
authored
Merge pull request #419 from Kaiser-Yang/main
feat: blink.pairs support
2 parents 5611265 + f8785e3 commit a2d3d26

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lua/gruvbox.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,13 @@ local function get_groups()
558558
CmpItemKindConstantIcon = { link = "CmpItemKindConstant" },
559559
CmpItemKindStructIcon = { link = "CmpItemKindStruct" },
560560
CmpItemKindTypeParameterIcon = { link = "CmpItemKindTypeParameter" },
561+
BlinkPairsRed = { link = "GruvboxRed" },
562+
BlinkPairsOrange = { link = "GruvboxOrange" },
563+
BlinkPairsYellow = { link = "GruvboxYellow" },
564+
BlinkPairsGreen = { link = "GruvboxGreen" },
565+
BlinkPairsBlue = { link = "GruvboxBlue" },
566+
BlinkPairsCyan = { link = "GruvboxAqua" },
567+
BlinkPairsPurple = { link = "GruvboxPurple" },
561568
BlinkIndentRed = { link = "GruvboxRed" },
562569
BlinkIndentOrange = { link = "GruvboxOrange" },
563570
BlinkIndentYellow = { link = "GruvboxYellow" },

0 commit comments

Comments
 (0)