12 lines
204 B
Lua
Executable file
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',
|
|
},
|
|
}
|