Fix the which-key spec issue caused by recent cleanup
The recent cleanup accidentally broke the leader key specs because the spec block was in the wrong level of braces. That resulted in which-key no longer showing the description of the <leader> key chains such as [S]earch and others.
This commit is contained in:
parent
24d368f9ff
commit
d49c9d8a39
1 changed files with 10 additions and 10 deletions
2
init.lua
2
init.lua
|
|
@ -310,6 +310,7 @@ require('lazy').setup({
|
|||
F11 = '<F11>',
|
||||
F12 = '<F12>',
|
||||
},
|
||||
},
|
||||
|
||||
-- Document existing key chains
|
||||
spec = {
|
||||
|
|
@ -323,7 +324,6 @@ require('lazy').setup({
|
|||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
-- NOTE: Plugins can specify dependencies.
|
||||
--
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue