From f7b556ab240b1a25a0e85d7fe901919613cf8acb Mon Sep 17 00:00:00 2001 From: Andreas Nilsson Date: Thu, 22 May 2025 16:19:52 +0200 Subject: [PATCH] conjure option text update Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com> --- modules/plugins/repl/conjure/conjure.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/repl/conjure/conjure.nix b/modules/plugins/repl/conjure/conjure.nix index dbcde32b..83481af2 100644 --- a/modules/plugins/repl/conjure/conjure.nix +++ b/modules/plugins/repl/conjure/conjure.nix @@ -10,7 +10,7 @@ cfg = config.vim.repl.conjure; in { options.vim.repl.conjure = { - enable = mkEnableOption "Whether to enable Conjure"; + enable = mkEnableOption "Conjure"; }; config = mkIf cfg.enable {