refactor(nvim): remove unnecessary hls for blink.cmp
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 45s

This commit is contained in:
Price Hiller 2025-01-08 23:47:11 -06:00
parent f80b2026e3
commit 7b9ca673aa
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -108,9 +108,6 @@ return {
{ "NeogitNotificationError", { fg = colors.samuraiRed, bold = true } }, { "NeogitNotificationError", { fg = colors.samuraiRed, bold = true } },
-- Cmp -- Cmp
{ "BlinkCmpAbbrDeprecated", { fg = colors.fujiGray, bg = "NONE" } },
{ "BlinkCmpAbbrMatch", { fg = colors.crystalBlue, bg = "NONE" } },
{ "BlinkCmpAbbrMatchFuzzy", { fg = colors.crystalBlue, bg = "NONE" } },
{ "BlinkCmpMenu", { fg = colors.roninYellow, bg = "NONE" } }, { "BlinkCmpMenu", { fg = colors.roninYellow, bg = "NONE" } },
{ "BlinkCmpKindField", { fg = colors.fujiWhite, bg = colors.sakuraPink, blend = 0 } }, { "BlinkCmpKindField", { fg = colors.fujiWhite, bg = colors.sakuraPink, blend = 0 } },
{ "BlinkCmpKindProperty", { fg = colors.fujiWhite, bg = colors.sakuraPink, blend = 0 } }, { "BlinkCmpKindProperty", { fg = colors.fujiWhite, bg = colors.sakuraPink, blend = 0 } },