fix: refine floating window opts (#181)
This commit is contained in:
parent
964c4621f6
commit
4693da8757
@ -70,7 +70,7 @@ function FloatingWindow.from_split_win(split_winid, opts)
|
|||||||
row = 1,
|
row = 1,
|
||||||
col = 0,
|
col = 0,
|
||||||
style = "minimal",
|
style = "minimal",
|
||||||
border = { " ", " ", " ", " ", " ", " ", " ", " " },
|
border = { " " },
|
||||||
}, opts.float_options or {})
|
}, opts.float_options or {})
|
||||||
|
|
||||||
local win_opts_ = vim.tbl_deep_extend("force", {}, opts.win_options or {})
|
local win_opts_ = vim.tbl_deep_extend("force", {}, opts.win_options or {})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user