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

@@ -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',