add custom highlight group for cmp

so cmp will not take the bg from Pmenu
This commit is contained in:
siduck 2022-06-09 05:55:35 +05:30
parent 700801b313
commit dd260cb4d5
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ local options = {
window = {
completion = {
border = border "CmpBorder",
winhighlight = "Normal:CmpPmenu,CursorLine:PmenuSel,Search:None",
},
documentation = {
border = border "CmpDocBorder",