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 have used the apply changes, I keep editing my file and get stopped every few keystrokes with this autocommands message.
To reproduce
Error detected while processing User Autocommands for "AvanteConflictResolved":
Error executing lua callback: ...m/HEAD-a6b6d03/share/nvim/runtime/lua/vim/diagnostic.lua:1958: namespace: expected number, got table
stack traceback:
[C]: in function 'error'
vim/shared.lua: in function 'validate'
...m/HEAD-a6b6d03/share/nvim/runtime/lua/vim/diagnostic.lua:1958: in function 'enable'
...n/.local/share/nvim/lazy/avante.nvim/lua/avante/diff.lua:423: in function <...n/.local/share/nvim/lazy/avante.nvim/lua/avante/diff.lua:422>
[C]: in function 'nvim_exec_autocmds'
...n/.local/share/nvim/lazy/avante.nvim/lua/avante/diff.lua:335: in function 'parse_buffer'
...n/.local/share/nvim/lazy/avante.nvim/lua/avante/diff.lua:346: in function 'process'
...n/.local/share/nvim/lazy/avante.nvim/lua/avante/diff.lua:435: in function <...n/.local/share/nvim/lazy/avante.nvim/lua/avante/diff.lua:434>
Expected behavior
Expect to not have neovim stop at every change I make to file
Installation method
Use lazy.nvim:
{
'yetone/avante.nvim',
event='VeryLazy',
lazy=false,
version=false, -- always pull the latest changeopts= {
debug=false,
},
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`build='make',
dependencies= {
'nvim-treesitter/nvim-treesitter',
'stevearc/dressing.nvim',
'nvim-lua/plenary.nvim',
'MunifTanjim/nui.nvim',
},
},
Describe the bug
When I have used the apply changes, I keep editing my file and get stopped every few keystrokes with this autocommands message.
To reproduce
Expected behavior
Expect to not have neovim stop at every change I make to file
Installation method
Use lazy.nvim:
Environment
NVIM v0.10.0-dev-2593+ga6b6d036b-Homebrew
Build type: Release
LuaJIT 2.1.1727870382
Darwin Mac.zigotica.net 24.0.0 Darwin Kernel Version 24.0.0: Mon Aug 12 20:52:31 PDT 2024; root:xnu-11215.1.10~2/RELEASE_ARM64_T6030 arm64
Repro
No response
The text was updated successfully, but these errors were encountered: