2024-04-18 09:22:18 +03:00

7 lines
104 B
Lua

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