You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"yetone/avante.nvim",
event="VeryLazy",
lazy=false,
version=false, -- set this if you want to always pull the latest changeopts= {
-- add any opts here
},
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`build="make",
-- build = "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" -- for windowsdependencies= {
"nvim-treesitter/nvim-treesitter",
"stevearc/dressing.nvim",
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
},
}
Environment
Macos 15.2 (24C101)
nvim --version
NVIM v0.10.4
Build type: Release
LuaJIT 2.1.1736781742
Run "nvim -V1 -v" for more info
Repro
vim.env.LAZY_STDPATH=".repro"load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec= {
-- add any other plugins here
},
})
The text was updated successfully, but these errors were encountered:
Describe the bug
输入命令@codebase ,报错如下:
处理 TextChangedI 自动命令 "<buffer=8>" 时发生错误:
Error executing lua callback: ...ocal/share/nvim/lazy/avante.nvim/lua/avante/repo_map.lua:106: bad argument #1 to 'next' (table expected, got userdata)
stack traceback:
To reproduce
No response
Expected behavior
No response
Installation method
Use lazy.nvim:
Environment
Macos 15.2 (24C101)
nvim --version
NVIM v0.10.4
Build type: Release
LuaJIT 2.1.1736781742
Run "nvim -V1 -v" for more info
Repro
The text was updated successfully, but these errors were encountered: