feat(maple): add maple notes

This commit is contained in:
Oliver
2025-05-06 13:23:04 +02:00
parent 6834652c20
commit b65ef78b9d

View File

@@ -0,0 +1,12 @@
return {
"forest-nvim/maple.nvim",
config = function()
require("maple").setup({
keymaps = {
toggle = "<leader>m",
close = "q",
switch_mode = "m",
}
})
end,
}