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
Error executing luv callback:
cannot resume dead coroutine
stack traceback:
[builtin#36]: at 0x01053dc94c
Press ENTER or type command to continue
Error executing luv callback:
cannot resume dead coroutine
stack traceback:
[builtin#36]: at 0x01053dc94c
Press ENTER or type command to continue
Press ENTER or type command to continue
It seems to be non-deterministic and possibly depend on either what the LLM generates or what the line contents is.
To reproduce
Shift-v to highlight a line
type space a e to edit with avante
get the error
Expected behavior
Should not crash, or at least should give a better error message.
Installation method
return {
"yetone/avante.nvim",
event = "VeryLazy",
version = "^0.0.9",
opts = {
-- add any opts here
},
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
build = "make BUILD_FROM_SOURCE=true",
-- build = "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" -- for windows
dependencies = {
"nvim-treesitter/nvim-treesitter",
"stevearc/dressing.nvim",
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
--- The below dependencies are optional,
{ "nvim-tree/nvim-web-devicons", enabled = vim.g.have_nerd_font }, -- or echasnovski/mini.icons
-- "zbirenbaum/copilot.lua", -- for providers='copilot'
{
"HakonHarnes/img-clip.nvim",
event = "VeryLazy",
opts = {
-- recommended settings
default = {
embed_image_as_base64 = false,
prompt_for_file_name = false,
drag_and_drop = {
insert_mode = true,
},
-- required for Windows users
use_absolute_path = true,
},
},
},
{
-- Make sure to set this up properly if you have lazy=true
"MeanderingProgrammer/render-markdown.nvim",
opts = {
file_types = { "Avante" },
},
ft = { "Avante" },
},
},
"nvim-treesitter/nvim-treesitter",
"stevearc/dressing.nvim",
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
--- The below dependencies are optional,
{ "nvim-tree/nvim-web-devicons", enabled = vim.g.have_nerd_font }, -- or echasnovski/mini.icons
-- "zbirenbaum/copilot.lua", -- for providers='copilot'
{
"HakonHarnes/img-clip.nvim",
event = "VeryLazy",
opts = {
-- recommended settings
default = {
embed_image_as_base64 = false,
prompt_for_file_name = false,
drag_and_drop = {
insert_mode = true,
},
-- required for Windows users
use_absolute_path = true,
},
},
},
{
-- Make sure to set this up properly if you have lazy=true
"MeanderingProgrammer/render-markdown.nvim",
opts = {
file_types = { "Avante" },
},
ft = { "Avante" },
},
},
}
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
It seems to be non-deterministic and possibly depend on either what the LLM generates or what the line contents is.
To reproduce
Shift-v to highlight a line
type space a e to edit with avante
get the error
Expected behavior
Should not crash, or at least should give a better error message.
Installation method
Environment
neovim version: 0.10.2 (from nixpkgs)
Running macos 14.6.1 (23G93)
Repro
The text was updated successfully, but these errors were encountered: