From b26bc3c5f9df478c9fae789f9cfefa7e0b645ccf Mon Sep 17 00:00:00 2001 From: yetone Date: Mon, 9 May 2022 22:15:08 +0800 Subject: [PATCH] fix: remove redundant highlights --- lua/integrations/cmp.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/integrations/cmp.lua b/lua/integrations/cmp.lua index 4cdfa6d..461fae5 100644 --- a/lua/integrations/cmp.lua +++ b/lua/integrations/cmp.lua @@ -7,7 +7,6 @@ return { CmpItemKindIdentifier = { fg = theme.base08 }, CmpItemKindField = { fg = theme.base08 }, CmpItemKindVariable = { fg = theme.base0E }, - Special = { fg = theme.base0C }, CmpItemKindSnippet = { fg = base_30.red }, CmpItemKindText = { fg = theme.base0B }, CmpItemKindStructure = { fg = theme.base0E },