mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-05 23:30:55 +01:00
add custom highlight group for cmp
so cmp will not take the bg from Pmenu
This commit is contained in:
parent
700801b313
commit
dd260cb4d5
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ local options = {
|
||||||
window = {
|
window = {
|
||||||
completion = {
|
completion = {
|
||||||
border = border "CmpBorder",
|
border = border "CmpBorder",
|
||||||
|
winhighlight = "Normal:CmpPmenu,CursorLine:PmenuSel,Search:None",
|
||||||
},
|
},
|
||||||
documentation = {
|
documentation = {
|
||||||
border = border "CmpDocBorder",
|
border = border "CmpDocBorder",
|
||||||
|
|
Loading…
Add table
Reference in a new issue