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

23 lines
321 B
Lua

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