fix: do not create a border for the backdrop with vim.o.winborder

This commit is contained in:
iguanacucumber 2025-03-23 14:14:13 +04:00
parent 6c3bda4aca
commit 564e5abb23

View file

@ -149,6 +149,7 @@ function M:mount()
row = 0,
col = 0,
style = "minimal",
border = "none",
focusable = false,
zindex = self.opts.zindex - 1,
})