fix(nvim): properly lazy load hydra for window keys
This commit is contained in:
parent
323455f36b
commit
44569ffb44
@ -9,7 +9,8 @@ return {
|
||||
},
|
||||
keys = {
|
||||
{ "<leader>h", desc = "> Hydra" },
|
||||
{ "<C-w>" },
|
||||
{ "<C-w>>" },
|
||||
{ "<C-w><" },
|
||||
},
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
config = function()
|
||||
|
Loading…
Reference in New Issue
Block a user