remove Search, IncSearch and CurSearch highlights from cmp windows (#2490)

pull/2498/head
Gean Marroquin 6 months ago committed by siduck
parent 37c328ab2a
commit ffa83d57f0

@ -52,7 +52,7 @@ local options = {
window = {
completion = {
side_padding = (cmp_style ~= "atom" and cmp_style ~= "atom_colored") and 1 or 0,
winhighlight = "Normal:CmpPmenu,CursorLine:CmpSel,Search:PmenuSel",
winhighlight = "Normal:CmpPmenu,CursorLine:CmpSel,Search:None",
scrollbar = false,
},
documentation = {

Loading…
Cancel
Save