From 7b9ca673aa8a3b9aecdffbb121063b2f0dea6a44 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Wed, 8 Jan 2025 23:47:11 -0600 Subject: [PATCH] refactor(nvim): remove unnecessary hls for `blink.cmp` --- users/price/dots/.config/nvim/lua/plugins/configs/kanagawa.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/users/price/dots/.config/nvim/lua/plugins/configs/kanagawa.lua b/users/price/dots/.config/nvim/lua/plugins/configs/kanagawa.lua index 2392ee65..3ba98449 100644 --- a/users/price/dots/.config/nvim/lua/plugins/configs/kanagawa.lua +++ b/users/price/dots/.config/nvim/lua/plugins/configs/kanagawa.lua @@ -108,9 +108,6 @@ return { { "NeogitNotificationError", { fg = colors.samuraiRed, bold = true } }, -- 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" } }, { "BlinkCmpKindField", { fg = colors.fujiWhite, bg = colors.sakuraPink, blend = 0 } }, { "BlinkCmpKindProperty", { fg = colors.fujiWhite, bg = colors.sakuraPink, blend = 0 } },