feat: change avante and astronvim versions

This commit is contained in:
Chapaev17 2025-09-12 11:50:53 +00:00
parent c6c794ff7d
commit d73bcbaa9b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
require("lazy").setup({ require("lazy").setup({
{ {
"AstroNvim/AstroNvim", "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", import = "astronvim.plugins",
opts = { -- AstroNvim options must be set here with the `import` key 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 mapleader = " ", -- This ensures the leader key must be configured before Lazy is set up

View File

@ -4,7 +4,7 @@ if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
return { return {
{ -- further customize the options set by the community { -- further customize the options set by the community
"yetone/avante.nvim", "yetone/avante.nvim",
version = "0.0.27", version = "0.0.23",
---@type avante.Config ---@type avante.Config
opts = { opts = {
provider = "deepseek", provider = "deepseek",