update flash

This commit is contained in:
andy 2025-03-19 16:27:45 -07:00
parent a95d34bfb6
commit a90fe4658d
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,9 @@ return {
---@type Flash.Config
opts = {
modes = {
search = {
enabled = true,
},
char = {
enabled = false,
jump_labels = true,
@ -12,6 +15,5 @@ return {
},
-- stylua: ignore
keys = {
{ "/", mode = { "n", "x", "o" }, function() require("flash").jump() end, desc = "Flash" },
},
}