'edit selected block' The pop-up window will not be closed automatically and it will always show a circle animation . So I don't know when it's processed
To reproduce
No response
Expected behavior
No response
Installation method
return {{
"yetone/avante.nvim",
event = "VeryLazy",
build = "make",
opts = {
-- add any opts hereby
provider = "openai",
openai = {
endpoint = "https://openrouter.ai/api/v1",
model = "anthropic/claude-3.5-sonnet",
temperature = 0
}
},
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", -- or echasnovski/mini.icons
"zbirenbaum/copilot.lua", -- for providers='copilot'
{
-- support for image pasting
"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 = {"markdown", "Avante"}
},
ft = {"markdown", "Avante"}
}}
}}
Describe the bug
'edit selected block' The pop-up window will not be closed automatically and it will always show a circle animation . So I don't know when it's processed
To reproduce
No response
Expected behavior
No response
Installation method
return {{ "yetone/avante.nvim", event = "VeryLazy", build = "make", opts = { -- add any opts hereby provider = "openai", openai = { endpoint = "https://openrouter.ai/api/v1", model = "anthropic/claude-3.5-sonnet", temperature = 0 } }, 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", -- or echasnovski/mini.icons "zbirenbaum/copilot.lua", -- for providers='copilot' { -- support for image pasting "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 = {"markdown", "Avante"} }, ft = {"markdown", "Avante"} }} }}
Environment
neovim version : 0.10.2 code language : lua
Repro
No response