Merge branch 'main' into add-multicursors-nvim

Update modules/plugins/utility/multicursors/config.nix

Co-authored-by: raf <raf@notashelf.dev>

Update npins/sources.json

Co-authored-by: raf <raf@notashelf.dev>

Update npins/sources.json

Co-authored-by: raf <raf@notashelf.dev>

Update modules/plugins/utility/multicursors/config.nix

Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
Joe Hanson 2025-02-17 11:16:00 -06:00 committed by Joseph Hanson
commit 4b970c4271
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
in { in {
config = mkIf (cfg.enable && cfg.lspsaga.enable) { config = mkIf (cfg.enable && cfg.lspsaga.enable) {
vim = { vim = {
startPlugins = ["lspsaga"]; startPlugins = ["lspsaga-nvim"];
maps = { maps = {
visual = mkSetLuaBinding mappings.codeAction "require('lspsaga.codeaction').range_code_action"; visual = mkSetLuaBinding mappings.codeAction "require('lspsaga.codeaction').range_code_action";

View file

@ -8,9 +8,9 @@
in { in {
config = mkIf cfg.enable { config = mkIf cfg.enable {
vim = { vim = {
startPlugins = ["hydra.nvim"]; startPlugins = ["hydra-nvim"];
lazy.plugins."multicursors.nvim" = { lazy.plugins."multicursors.nvim" = {
package = "multicursors.nvim"; package = "multicursors-nvim";
setupModule = "multicursors"; setupModule = "multicursors";
inherit (cfg) setupOpts; inherit (cfg) setupOpts;

View file

@ -507,7 +507,7 @@
"url": "https://github.com/phaazon/hop.nvim/archive/1a1eceafe54b5081eae4cb91c723abd1d450f34b.tar.gz", "url": "https://github.com/phaazon/hop.nvim/archive/1a1eceafe54b5081eae4cb91c723abd1d450f34b.tar.gz",
"hash": "08h18cam2yr57qvfsnf1bra28vbl6013wlchnr5crb757xw8aysa" "hash": "08h18cam2yr57qvfsnf1bra28vbl6013wlchnr5crb757xw8aysa"
}, },
"hydra.nvim": { "hydra-nvim": {
"type": "GitRelease", "type": "GitRelease",
"repository": { "repository": {
"type": "GitHub", "type": "GitHub",
@ -1217,7 +1217,7 @@
"url": "https://github.com/mvllow/modes.nvim/archive/c7a4b1b383606832aab150902719bd5eb5cdb2b0.tar.gz", "url": "https://github.com/mvllow/modes.nvim/archive/c7a4b1b383606832aab150902719bd5eb5cdb2b0.tar.gz",
"hash": "1hy3ghscf8hfmg487p9b8cwd0y8nsi8j24kq2ir3vhd82gqhl4ja" "hash": "1hy3ghscf8hfmg487p9b8cwd0y8nsi8j24kq2ir3vhd82gqhl4ja"
}, },
"multicursors.nvim": { "multicursors-nvim": {
"type": "GitRelease", "type": "GitRelease",
"repository": { "repository": {
"type": "GitHub", "type": "GitHub",