feat: new mappings format for which-key v3. Forgot to push :)

This commit is contained in:
Folke Lemaitre
2024-07-12 22:54:35 +02:00
parent 4a6c0c2850
commit 702471e454
5 changed files with 94 additions and 80 deletions

View File

@@ -64,7 +64,9 @@ return {
"folke/which-key.nvim",
optional = true,
opts = {
defaults = { ["<leader>o"] = { name = "+overseer" } },
spec = {
{ "<leader>o", group = "overseer" },
},
},
},
{