fix: refine floating window opts (#181)

This commit is contained in:
yetone 2024-08-24 02:25:26 +08:00 committed by GitHub
parent 964c4621f6
commit 4693da8757
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ function FloatingWindow.from_split_win(split_winid, opts)
row = 1,
col = 0,
style = "minimal",
border = { " ", " ", " ", " ", " ", " ", " ", " " },
border = { " " },
}, opts.float_options or {})
local win_opts_ = vim.tbl_deep_extend("force", {}, opts.win_options or {})