feat: make winblend configurable (#1861)

This commit is contained in:
Yi Ming
2024-03-24 19:44:34 +08:00
committed by GitHub
parent c34fa793ea
commit 97dc716fc9
5 changed files with 11 additions and 2 deletions

View File

@@ -201,7 +201,7 @@ custom_entries_view.open = function(self, offset, entries)
end
-- Apply window options (that might be changed) on the custom completion menu.
self.entries_win:option('winblend', vim.o.pumblend)
self.entries_win:option('winblend', completion.winblend)
self.entries_win:option('winhighlight', completion.winhighlight)
self.entries_win:option('scrolloff', completion.scrolloff)
self.entries_win:open({