feat(ui): respect 'winborder'

This commit is contained in:
Jon Huhn 2025-10-15 22:51:51 -05:00
commit 337b8372f2
2 changed files with 2 additions and 2 deletions

View file

@ -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 {})