mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-10 01:14:41 +02:00
feat: new mappings format for which-key v3. Forgot to push :)
This commit is contained in:
parent
4a6c0c2850
commit
702471e454
5 changed files with 94 additions and 80 deletions
|
@ -64,7 +64,9 @@ return {
|
|||
"folke/which-key.nvim",
|
||||
optional = true,
|
||||
opts = {
|
||||
defaults = { ["<leader>o"] = { name = "+overseer" } },
|
||||
spec = {
|
||||
{ "<leader>o", group = "overseer" },
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue