From 6b0f11006b5515d2010f2751b9fbae4c0f9f74c8 Mon Sep 17 00:00:00 2001 From: Joe Hanson Date: Wed, 12 Feb 2025 10:17:07 -0600 Subject: [PATCH] Update modules/plugins/hydra/hydra.nix place hydra plugin in utility folder Co-authored-by: raf --- modules/plugins/hydra/hydra.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/plugins/hydra/hydra.nix b/modules/plugins/hydra/hydra.nix index 7b67d66b..f8e5ce86 100644 --- a/modules/plugins/hydra/hydra.nix +++ b/modules/plugins/hydra/hydra.nix @@ -2,7 +2,7 @@ #inherit (lib) types; inherit (lib.options) mkEnableOption; in { - options.vim.hydra = { - enable = mkEnableOption "Creating custom submodes and menus [nvimtools/hydra.nvim]"; + options.vim.utility.hydra = { + enable = mkEnableOption "utility for creating custom submodes and menus [nvimtools/hydra.nvim]"; }; }