Skip to content

Commit 44d5c7f

Browse files
authored
fix(multicursors-nvim): update hydra dependency to official repo (#1491)
fix: update hydra dependency to official repo Replaced deprecated 'smoka7/hydra.nvim' with the maintained 'nvimtools/hydra.nvim' to fix config crash related to invalid module loading.
1 parent e7459c5 commit 44d5c7f

File tree

1 file changed

+1
-1
lines changed
  • lua/astrocommunity/editing-support/multicursors-nvim

1 file changed

+1
-1
lines changed

lua/astrocommunity/editing-support/multicursors-nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
return {
22
"smoka7/multicursors.nvim",
33
event = "VeryLazy",
4-
dependencies = { "smoka7/hydra.nvim" },
4+
dependencies = { "nvimtools/hydra.nvim" },
55
opts = {},
66
keys = {
77
{

0 commit comments

Comments
 (0)