nvim/lua/custom/plugins/marks.lua
Jeremie Fraeys b28fac9f8b
Some checks failed
Luacheck / luacheck (push) Successful in 10s
StyLua / stylua (push) Failing after 3s
perf: balance - lazy load atac (cmd) and marks (keys) for better startup
2026-02-08 15:32:32 -05:00

12 lines
204 B
Lua
Executable file

return {
'chentoast/marks.nvim',
keys = {
{ 'm', mode = 'n' },
{ "'", mode = 'n' },
{ '`', mode = 'n' },
},
opts = {
default_mappings = true,
default_view = 'vertical',
},
}