fix(nvim): properly lazy load hydra for window keys

This commit is contained in:
Price Hiller 2023-11-22 10:30:29 -06:00
parent 323455f36b
commit 44569ffb44
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -9,7 +9,8 @@ return {
},
keys = {
{ "<leader>h", desc = "> Hydra" },
{ "<C-w>" },
{ "<C-w>>" },
{ "<C-w><" },
},
event = { "BufReadPre", "BufNewFile" },
config = function()