mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-16 20:34:39 +02:00
fix(snacks): float -> win
This commit is contained in:
parent
7ec2d7f22d
commit
a96e5dfd83
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ function M.open(file, opts)
|
|||
end
|
||||
end
|
||||
|
||||
local float = Snacks.float({
|
||||
local float = Snacks.win({
|
||||
file = file,
|
||||
win = { width = 0.6, height = 0.6 },
|
||||
wo = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue