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({
|
||||
|
||||
@@ -100,7 +100,7 @@ docs_view.open = function(self, e, view)
|
||||
end
|
||||
|
||||
-- Render window.
|
||||
self.window:option('winblend', vim.o.pumblend)
|
||||
self.window:option('winblend', documentation.winblend)
|
||||
self.window:option('winhighlight', documentation.winhighlight)
|
||||
local style = {
|
||||
relative = 'editor',
|
||||
|
||||
Reference in New Issue
Block a user