From 1726d3277831fb9476ec42b687eef3f54a73b410 Mon Sep 17 00:00:00 2001 From: ccolorado Date: Tue, 4 Feb 2025 16:06:56 +0700 Subject: [PATCH] fix: typo on config comment (#1161) --- lua/avante/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/avante/config.lua b/lua/avante/config.lua index 08e772d..90f5bd9 100644 --- a/lua/avante/config.lua +++ b/lua/avante/config.lua @@ -131,7 +131,7 @@ M._defaults = { ---4. auto_set_keymaps : Whether to automatically set the keymap for the current line. Default to true. --- Note that avante will safely set these keymap. See https://github.com/yetone/avante.nvim/wiki#keymaps-and-api-i-guess for more details. ---5. auto_set_highlight_group : Whether to automatically set the highlight group for the current line. Default to true. - ---6. jump_to_result_buffer_on_finish = false, -- Whether to automatically jump to the result buffer after generation + ---6. jump_result_buffer_on_finish = false, -- Whether to automatically jump to the result buffer after generation ---7. support_paste_from_clipboard : Whether to support pasting image from clipboard. This will be determined automatically based whether img-clip is available or not. ---8. minimize_diff : Whether to remove unchanged lines when applying a code block ---9. enable_token_counting : Whether to enable token counting. Default to true.