mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix: remove goto
This commit is contained in:
parent
7211ee600e
commit
e37a5be9d1
1 changed files with 0 additions and 2 deletions
|
|
@ -101,8 +101,6 @@ function M.ai_whichkey(opts)
|
||||||
inside_next = "in",
|
inside_next = "in",
|
||||||
around_last = "al",
|
around_last = "al",
|
||||||
inside_last = "il",
|
inside_last = "il",
|
||||||
goto_left = "g[",
|
|
||||||
goto_right = "g]",
|
|
||||||
}, opts.mappings or {})
|
}, opts.mappings or {})
|
||||||
mappings.goto_left = nil
|
mappings.goto_left = nil
|
||||||
mappings.goto_right = nil
|
mappings.goto_right = nil
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue