Improved how customized highlight groups work

This commit is contained in:
2024-04-16 03:53:39 +02:00
parent a0ec7e7784
commit 7b9e749477
2 changed files with 10 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ return {
end,
},
window = {
completion = cmp.config.window.bordered({ border = border, winhighlight = "CursorLine:YankHighlight" }),
completion = cmp.config.window.bordered({ border = border, winhighlight = "CursorLine:CmpSelection" }),
documentation = cmp.config.window.bordered({ border = border }),
},
-- Include the source of the cmp entry