From a8ac4e959aaf1bccc672ffdb123c8581b9abf72a Mon Sep 17 00:00:00 2001 From: Ladas552 Date: Sun, 10 Aug 2025 18:33:04 +0500 Subject: [PATCH] fix: honor techincal term capitalization --- modules/plugins/assistant/avante/avante-nvim.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/plugins/assistant/avante/avante-nvim.nix b/modules/plugins/assistant/avante/avante-nvim.nix index f14d351f..442089ae 100644 --- a/modules/plugins/assistant/avante/avante-nvim.nix +++ b/modules/plugins/assistant/avante/avante-nvim.nix @@ -76,7 +76,7 @@ in { }; dual_boost = { - enabled = mkEnableOption "Dual_boost mode."; + enabled = mkEnableOption "dual_boost mode."; first_provider = mkOption { type = str; @@ -127,7 +127,7 @@ in { mkEnableOption "automatically apply diff after LLM response."; support_paste_from_clipboard = mkEnableOption '' - pasting image from clipboard. + support pasting image from clipboard. This will be determined automatically based whether img-clip is available or not. '';