update to using npins instead of flake based additions.

This commit is contained in:
Joseph Hanson 2025-02-17 11:14:48 -06:00
commit c1300ffa25
No known key found for this signature in database
3 changed files with 34 additions and 4 deletions

View file

@ -10,7 +10,7 @@ in {
vim = {
startPlugins = [];
lazy.plugins.hydra = {
package = "hydra-nvim";
package = "hydra.nvim";
setupModule = "hydra";
inherit (cfg) setupOpts;

View file

@ -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;

View file

@ -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": {