You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
8
8
9
9
```lua
10
10
return {
11
-
"anuvyklack/hydra.nvim",
11
+
"nvimtools/hydra.nvim",
12
12
opts= {
13
13
-- the first key is the name if name isn't set in the table
0 commit comments