nvf/modules/plugins/utility/default.nix
Joe Hanson b9941583fd
utility/multicursors-nvim: init #610)
* feat: add multicursors-nvim plugin

multicursors-nvim with hydra dependency and static config.

* add most used default options

* add more descriptions and refine

* disable debug mode

* maximal by default

* add multicursors addition to changelog

* Update modules/plugins/hydra/hydra.nix

place hydra plugin in utility folder

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

* clean up hydra config and implementation

* mention hydra dependency addition

* update to using npins instead of flake based additions.

---------

Co-authored-by: raf <raf@notashelf.dev>
Co-authored-by: raf <me@notashelf.dev>
2025-02-22 16:41:38 +00:00

21 lines
287 B
Nix

{
imports = [
./binds
./ccc
./diffview
./fzf-lua
./gestures
./icon-picker
./images
./motion
./multicursors
./new-file-template
./outline
./preview
./surround
./telescope
./wakatime
./yanky-nvim
./leetcode-nvim
];
}