mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-12 08:25:30 +00:00
feat: add multicursors-nvim plugin
multicursors-nvim with hydra dependency and static config.
This commit is contained in:
parent
9443273297
commit
09695f4fd4
11 changed files with 326 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue