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
When I apply changes, they no longer apply directly but instead go through different places and seem to take longer to execute. This is probably a feature, but it also encounters some errors.
Error executing vim.schedule lua callback: ...local/share/nvim/lazy/avante.nvim/lua/avante/sidebar.lua:1036: Invalid 'end_row': out of range
stack traceback:
[C]: in function 'nvim_buf_set_extmark'
...local/share/nvim/lazy/avante.nvim/lua/avante/sidebar.lua:1036: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
Error executing vim.schedule lua callback: ...local/share/nvim/lazy/avante.nvim/lua/avante/sidebar.lua:1036: Invalid 'end_row': out of range
stack traceback:
[C]: in function 'nvim_buf_set_extmark'
...local/share/nvim/lazy/avante.nvim/lua/avante/sidebar.lua:1036: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
Error executing vim.schedule lua callback: ...local/share/nvim/lazy/avante.nvim/lua/avante/sidebar.lua:1036: Invalid 'end_row': out of range
stack traceback:
[C]: in function 'nvim_buf_set_extmark'
...local/share/nvim/lazy/avante.nvim/lua/avante/sidebar.lua:1036: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
Error executing vim.schedule lua callback: ...local/share/nvim/lazy/avante.nvim/lua/avante/sidebar.lua:1036: Invalid 'end_row': out of range
stack traceback:
Avante is my daily driver, Thanks for this!
To reproduce
No response
Expected behavior
No response
Installation method
Use lazy.nvim:
return {
"yetone/avante.nvim",
event="VeryLazy",
lazy=false,
version=false, -- set this to "*" if you want to always pull the latest change, false to update on releaseopts= {
-- 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= {
"stevearc/dressing.nvim",
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
--- The below dependencies are optional,"hrsh7th/nvim-cmp", -- autocompletion for avante commands and mentions"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 settingsdefault= {
embed_image_as_base64=false,
prompt_for_file_name=false,
drag_and_drop= {
insert_mode=true,
},
-- required for Windows usersuse_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" },
},
},
}
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
Hi!
When I apply changes, they no longer apply directly but instead go through different places and seem to take longer to execute. This is probably a feature, but it also encounters some errors.
Avante is my daily driver, Thanks for this!
To reproduce
No response
Expected behavior
No response
Installation method
Use lazy.nvim:
Environment
NVIM v0.10.3
Build type: Release
LuaJIT 2.1.1713773202
Linux, NixOs
Repro
The text was updated successfully, but these errors were encountered: