From c6c794ff7d7f0ce8d941e788ad7e6bb025deacb7 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Sep 2025 22:13:43 +0000 Subject: [PATCH] feat: updated avante --- lua/plugins/avante-nvim.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/plugins/avante-nvim.lua b/lua/plugins/avante-nvim.lua index dae903f..9122811 100644 --- a/lua/plugins/avante-nvim.lua +++ b/lua/plugins/avante-nvim.lua @@ -1,11 +1,19 @@ if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE +---@type LazySpec return { { -- further customize the options set by the community "yetone/avante.nvim", + version = "0.0.27", + ---@type avante.Config opts = { provider = "deepseek", auto_suggestions_provider = "deepseek", + -- mode = "legacy", + -- behaviour = { + -- auto_apply_diff_after_generation = false, + -- auto_focus_on_diff_view = true, + -- }, providers = { deepseek = { __inherited_from = "openai",