Files
nvim-config/lua/plugins/flash.lua
2025-11-12 15:15:57 +00:00

10 lines
204 B
Lua

return {
"folke/flash.nvim",
event = "VeryLazy",
---@type Flash.Config
opts = {},
keys = {
{ "zk", mode = { "n", "x", "o" }, function() require("flash").jump() end, desc = "Flash" },
},
}