enc: update default config which-key

This commit is contained in:
Pojok Code 2024-07-13 13:28:39 +07:00
parent c0eb97fa96
commit 18f8a746e4
2 changed files with 3 additions and 4 deletions

View file

@ -133,5 +133,6 @@ return {
{ "<leader>zl", "<cmd>Lazy log<cr>", desc = "Log", mode = "n" },
{ "<leader>zd", "<cmd>Lazy debug<cr>", desc = "Debug", mode = "n" },
})
which_key.add(pcode.whichkey or {})
end,
}