fix(nvim): load hydra on BufReadPre & BufNewFile

This commit is contained in:
Price Hiller 2023-09-03 22:22:00 -05:00
parent f0659e38a5
commit f789d4ccb7
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -10,6 +10,7 @@ return {
keys = {
{ "<leader>h", desc = "> Hydra" },
},
event = { "BufReadPre", "BufNewFile" },
config = function()
local hydra = require("hydra")
local wk = require("which-key")