From 8d1af008b6746e97be11f93bd78b4fd1714c52fb Mon Sep 17 00:00:00 2001 From: hrsh7th Date: Tue, 19 Oct 2021 18:52:37 +0900 Subject: [PATCH] Colored only kind --- plugin/cmp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/cmp.lua b/plugin/cmp.lua index f78cac1..3711ae0 100644 --- a/plugin/cmp.lua +++ b/plugin/cmp.lua @@ -41,7 +41,7 @@ misc.set(_G, { 'cmp', 'plugin', 'colorscheme' }, function() guibg = 'NONE', ctermbg = 'NONE', }) - highlight.inherit('CmpItemKindDefault', 'Pmenu', { + highlight.inherit('CmpItemKindDefault', 'Special', { guibg = 'NONE', ctermbg = 'NONE', })