feat: make winblend configurable (#1861)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user