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