From ae4698ca35c48d98376d0897f59b33f76ca90d63 Mon Sep 17 00:00:00 2001 From: Ladas552 Date: Sun, 10 Aug 2025 18:30:25 +0500 Subject: [PATCH] fix: honor prepended Whether to enable --- modules/plugins/assistant/avante/avante-nvim.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/plugins/assistant/avante/avante-nvim.nix b/modules/plugins/assistant/avante/avante-nvim.nix index 10a57273..f14d351f 100644 --- a/modules/plugins/assistant/avante/avante-nvim.nix +++ b/modules/plugins/assistant/avante/avante-nvim.nix @@ -5,7 +5,7 @@ in { options.vim.assistant = { avante-nvim = { - enable = mkEnableOption "Complementary Neovim plugin for avante.nvim"; + enable = mkEnableOption "complementary Neovim plugin for avante.nvim"; setupOpts = mkPluginSetupOption "avante-nvim" { provider = mkOption { type = nullOr str; @@ -109,7 +109,7 @@ in { behaviour = { auto_suggestions = - mkEnableOption "Auto suggestions."; + mkEnableOption "auto suggestions."; auto_set_highlight_group = mkOption { type = bool; @@ -124,10 +124,10 @@ in { }; auto_apply_diff_after_generation = - mkEnableOption "Automatically apply diff after LLM response."; + mkEnableOption "automatically apply diff after LLM response."; support_paste_from_clipboard = mkEnableOption '' - Pasting image from clipboard. + pasting image from clipboard. This will be determined automatically based whether img-clip is available or not. '';