conjure option text update

Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
This commit is contained in:
Andreas Nilsson 2025-05-22 16:19:52 +02:00 committed by GitHub
commit f7b556ab24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
cfg = config.vim.repl.conjure; cfg = config.vim.repl.conjure;
in { in {
options.vim.repl.conjure = { options.vim.repl.conjure = {
enable = mkEnableOption "Whether to enable Conjure"; enable = mkEnableOption "Conjure";
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {