From d73bcbaa9b7cf6180ce16be16e9ff758b4fb385e Mon Sep 17 00:00:00 2001 From: Chapaev17 <87anch@gmail.com> Date: Fri, 12 Sep 2025 11:50:53 +0000 Subject: [PATCH] feat: change avante and astronvim versions --- lua/lazy_setup.lua | 2 +- lua/plugins/avante-nvim.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/lazy_setup.lua b/lua/lazy_setup.lua index a0bd94c..d54474c 100644 --- a/lua/lazy_setup.lua +++ b/lua/lazy_setup.lua @@ -1,7 +1,7 @@ require("lazy").setup({ { "AstroNvim/AstroNvim", - version = "5.3.10", -- Remove version tracking to elect for nightly AstroNvim + version = "5.3.4", -- Remove version tracking to elect for nightly AstroNvim import = "astronvim.plugins", opts = { -- AstroNvim options must be set here with the `import` key mapleader = " ", -- This ensures the leader key must be configured before Lazy is set up diff --git a/lua/plugins/avante-nvim.lua b/lua/plugins/avante-nvim.lua index 9122811..c5f6049 100644 --- a/lua/plugins/avante-nvim.lua +++ b/lua/plugins/avante-nvim.lua @@ -4,7 +4,7 @@ if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE return { { -- further customize the options set by the community "yetone/avante.nvim", - version = "0.0.27", + version = "0.0.23", ---@type avante.Config opts = { provider = "deepseek",