feat(editor.flash): enable autojump

This commit is contained in:
phucisstupid 2025-09-21 20:03:22 +07:00 committed by GitHub
parent 13069f2018
commit a897dc9e01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,11 @@ return {
event = "VeryLazy",
vscode = true,
---@type Flash.Config
opts = {},
opts = {
jump = {
autojump = true,
},
},
-- stylua: ignore
keys = {
{ "s", mode = { "n", "x", "o" }, function() require("flash").jump() end, desc = "Flash" },