fix: remove goto

This commit is contained in:
Folke Lemaitre 2024-07-15 09:05:30 +02:00
parent 7211ee600e
commit e37a5be9d1
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -101,8 +101,6 @@ function M.ai_whichkey(opts)
inside_next = "in",
around_last = "al",
inside_last = "il",
goto_left = "g[",
goto_right = "g]",
}, opts.mappings or {})
mappings.goto_left = nil
mappings.goto_right = nil