Skip to content

Commit a93944a

Browse files
authored
docs(hydra-nvim): Update repository link (#1495)
1 parent 81cccf6 commit a93944a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

lua/astrocommunity/keybinding/hydra-nvim/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
Create custom submodes and menus
44

5-
**Repository:** <https://github.com/anuvyklack/hydra.nvim>
5+
**Repository:** <https://github.com/nvimtools/hydra.nvim>
66

77
This implements configuration of Hydra.nvim through the `opts` table to make it easier for the user to configure various Hydra heads as well as allow AstroCommunity entries to also provide Hydra heads if it makes sense. Here is an example of defining a Hydra using the `opts` table:
88

99
```lua
1010
return {
11-
"anuvyklack/hydra.nvim",
11+
"nvimtools/hydra.nvim",
1212
opts = {
1313
-- the first key is the name if name isn't set in the table
1414
["Side scroll"] = {

0 commit comments

Comments
 (0)