remove Search, IncSearch and CurSearch highlights from cmp windows (#2490)
This commit is contained in:
parent
ff99797242
commit
9d37797e6f
|
@ -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…
Reference in New Issue