feat: change avante and astronvim versions
This commit is contained in:
parent
c6c794ff7d
commit
d73bcbaa9b
@ -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
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user