From c1300ffa251b90e2928047980e0ddda3ee38a8dd Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 17 Feb 2025 11:14:48 -0600 Subject: [PATCH] update to using npins instead of flake based additions. --- modules/plugins/hydra/config.nix | 2 +- .../plugins/utility/multicursors/config.nix | 6 ++-- npins/sources.json | 30 +++++++++++++++++++ 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/modules/plugins/hydra/config.nix b/modules/plugins/hydra/config.nix index abb3f306..bc5b2de8 100644 --- a/modules/plugins/hydra/config.nix +++ b/modules/plugins/hydra/config.nix @@ -10,7 +10,7 @@ in { vim = { startPlugins = []; lazy.plugins.hydra = { - package = "hydra-nvim"; + package = "hydra.nvim"; setupModule = "hydra"; inherit (cfg) setupOpts; diff --git a/modules/plugins/utility/multicursors/config.nix b/modules/plugins/utility/multicursors/config.nix index 647f52b5..0003a13d 100644 --- a/modules/plugins/utility/multicursors/config.nix +++ b/modules/plugins/utility/multicursors/config.nix @@ -8,9 +8,9 @@ in { config = mkIf cfg.enable { vim = { - startPlugins = ["hydra-nvim"]; - lazy.plugins.multicursors-nvim = { - package = "multicursors-nvim"; + startPlugins = ["hydra.nvim"]; + lazy.plugins."multicursors.nvim" = { + package = "multicursors.nvim"; setupModule = "multicursors"; inherit (cfg) setupOpts; diff --git a/npins/sources.json b/npins/sources.json index d6fb562f..40bab27e 100644 --- a/npins/sources.json +++ b/npins/sources.json @@ -507,6 +507,21 @@ "url": "https://github.com/phaazon/hop.nvim/archive/1a1eceafe54b5081eae4cb91c723abd1d450f34b.tar.gz", "hash": "08h18cam2yr57qvfsnf1bra28vbl6013wlchnr5crb757xw8aysa" }, + "hydra.nvim": { + "type": "GitRelease", + "repository": { + "type": "GitHub", + "owner": "nvimtools", + "repo": "hydra.nvim" + }, + "pre_releases": false, + "version_upper_bound": null, + "release_prefix": null, + "version": "v1.0.2", + "revision": "8578056a2226ed49fc608167edc143a87f75d809", + "url": "https://api.github.com/repos/nvimtools/hydra.nvim/tarball/v1.0.2", + "hash": "13f04pmqrfl65xx9bfkdak6ll57s94anaw7nqd0fm5hp50b7c6j3" + }, "icon-picker-nvim": { "type": "Git", "repository": { @@ -1202,6 +1217,21 @@ "url": "https://github.com/mvllow/modes.nvim/archive/c7a4b1b383606832aab150902719bd5eb5cdb2b0.tar.gz", "hash": "1hy3ghscf8hfmg487p9b8cwd0y8nsi8j24kq2ir3vhd82gqhl4ja" }, + "multicursors.nvim": { + "type": "GitRelease", + "repository": { + "type": "GitHub", + "owner": "smoka7", + "repo": "multicursors.nvim" + }, + "pre_releases": false, + "version_upper_bound": null, + "release_prefix": null, + "version": "v2.0.0", + "revision": "782820896b1691ed664e4c24f1cd9793dcb33dfb", + "url": "https://api.github.com/repos/smoka7/multicursors.nvim/tarball/v2.0.0", + "hash": "171aysqsyapw434xkibxv69p5fkwha4addkqfdssdm0wq9n9cm4q" + }, "neo-tree-nvim": { "type": "Git", "repository": {