Skip to content

Commit 1e6cc53

Browse files
fix(hydra-nvim): update to maintained repository (#1694)
development of hydra.nvim seems to be continued on https://github.com/nvimtools/hydra.nvim the docs already reference this repository in the example
1 parent 633ae88 commit 1e6cc53

File tree

1 file changed

+1
-1
lines changed
  • lua/astrocommunity/keybinding/hydra-nvim

1 file changed

+1
-1
lines changed

lua/astrocommunity/keybinding/hydra-nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
return {
2-
"anuvyklack/hydra.nvim",
2+
"nvimtools/hydra.nvim",
33
event = "VeryLazy",
44
config = function(_, opts)
55
local Hydra = require "hydra"

0 commit comments

Comments
 (0)