kickstart.nvim/lua/custom/plugins/flash.lua

20 lines
279 B
Lua

return {
'folke/flash.nvim',
event = 'VeryLazy',
---@type Flash.Config
opts = {
modes = {
search = {
enabled = true,
},
char = {
enabled = false,
jump_labels = true,
},
},
},
-- stylua: ignore
keys = {
},
}