mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-06 01:11:07 +00:00
feat(ui): respect 'winborder'
This commit is contained in:
parent
1ea3c40857
commit
337b8372f2
2 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ function M:init(opts)
|
|||
self.opts = vim.tbl_deep_extend("force", {
|
||||
size = Config.options.ui.size,
|
||||
style = "minimal",
|
||||
border = Config.options.ui.border or "none",
|
||||
border = Config.options.ui.border,
|
||||
backdrop = Config.options.ui.backdrop or 60,
|
||||
zindex = 50,
|
||||
}, opts or {})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue