Skip to content

Commit

Permalink
fix(cmp): add winhighlight for window completion menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ecosse3 committed Apr 14, 2022
1 parent 745f52b commit 21f1f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ cmp.setup {
window = {
completion = {
border = { "", "", "", "", "", "", "", "" },
winhighlight = "NormalFloat:NormalFloat,FloatBorder:FloatBorder",
scrollbar = "",
autocomplete = {
require("cmp.types").cmp.TriggerEvent.InsertEnter,
Expand Down

0 comments on commit 21f1f64

Please sign in to comment.