starter/lua/plugins/which-key.lua
2026-03-04 09:28:12 +01:00

9 lines
162 B
Lua

return {
"folke/which-key.nvim",
opts = {
spec = {
{ "<leader>m", group = "markdown" },
{ "<leader>mm", group = "move task" },
},
},
}