mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
9 lines
162 B
Lua
9 lines
162 B
Lua
return {
|
|
"folke/which-key.nvim",
|
|
opts = {
|
|
spec = {
|
|
{ "<leader>m", group = "markdown" },
|
|
{ "<leader>mm", group = "move task" },
|
|
},
|
|
},
|
|
}
|