7 lines
104 B
Lua

return {
'chentoast/marks.nvim',
config = function()
require("marks").setup()
end
}