mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(editor.flash): enable autojump
This commit is contained in:
parent
13069f2018
commit
a897dc9e01
1 changed files with 5 additions and 1 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue