fix(nvim): load hydra on BufReadPre & BufNewFile
This commit is contained in:
parent
f0659e38a5
commit
f789d4ccb7
@ -10,6 +10,7 @@ return {
|
||||
keys = {
|
||||
{ "<leader>h", desc = "> Hydra" },
|
||||
},
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
config = function()
|
||||
local hydra = require("hydra")
|
||||
local wk = require("which-key")
|
||||
|
Loading…
Reference in New Issue
Block a user