Files
dotfiles/dot_config/nvim/lua/plugins/flash.lua
2026-03-22 18:04:35 +01: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" },
},
}