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",