mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-11 16:05:30 +00:00
Update modules/plugins/hydra/hydra.nix
place hydra plugin in utility folder Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
parent
6d35192e37
commit
6b0f11006b
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
#inherit (lib) types;
|
#inherit (lib) types;
|
||||||
inherit (lib.options) mkEnableOption;
|
inherit (lib.options) mkEnableOption;
|
||||||
in {
|
in {
|
||||||
options.vim.hydra = {
|
options.vim.utility.hydra = {
|
||||||
enable = mkEnableOption "Creating custom submodes and menus [nvimtools/hydra.nvim]";
|
enable = mkEnableOption "utility for creating custom submodes and menus [nvimtools/hydra.nvim]";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue