mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 13:26:45 +00:00
fix: do not create a border for the backdrop with vim.o.winborder
This commit is contained in:
parent
6c3bda4aca
commit
564e5abb23
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ function M:mount()
|
||||||
row = 0,
|
row = 0,
|
||||||
col = 0,
|
col = 0,
|
||||||
style = "minimal",
|
style = "minimal",
|
||||||
|
border = "none",
|
||||||
focusable = false,
|
focusable = false,
|
||||||
zindex = self.opts.zindex - 1,
|
zindex = self.opts.zindex - 1,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue