mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-12 00:15: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
8
modules/plugins/hydra/hydra.nix
Normal file
8
modules/plugins/hydra/hydra.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{lib, ...}: let
|
||||
#inherit (lib) types;
|
||||
inherit (lib.options) mkEnableOption;
|
||||
in {
|
||||
options.vim.hydra = {
|
||||
enable = mkEnableOption "Creating custom submodes and menus [nvimtools/hydra.nvim]";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue