mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-16 04:14:37 +02:00
fix(snacks): float -> win
This commit is contained in:
parent
7ec2d7f22d
commit
a96e5dfd83
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ return {
|
|||
---@type snacks.Config
|
||||
opts = {
|
||||
terminal = {
|
||||
float = {
|
||||
win = {
|
||||
keys = {
|
||||
nav_h = { "<C-h>", term_nav("h"), desc = "Go to Left Window", expr = true, mode = "t" },
|
||||
nav_j = { "<C-j>", term_nav("j"), desc = "Go to Lower Window", expr = true, mode = "t" },
|
||||
|
|
|
@ -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