feat: add multicursors-nvim plugin

multicursors-nvim with hydra dependency and static config.
This commit is contained in:
Joseph Hanson 2025-02-07 20:24:46 -06:00
commit 09695f4fd4
No known key found for this signature in database
11 changed files with 326 additions and 0 deletions

View file

@ -965,5 +965,15 @@
url = "github:echasnovski/mini.visits";
flake = false;
};
plugin-hydra-nvim = {
url = "github:nvimtools/hydra.nvim";
flake = false;
};
plugin-multicursors-nvim = {
url = "github:smoka7/multicursors.nvim";
flake = false;
};
};
}