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
(mini.bufremove) vim/_editor.lua:0: nvim_exec2(): Vim(bwipeout):Error executing lua callback: /usr/local/share/nvim/runtime/lua/vim/lsp/diagnostic.lua:406: Failed to delete
autocmd
stack traceback:
[C]: in function 'nvim_del_autocmd'
/usr/local/share/nvim/runtime/lua/vim/lsp/diagnostic.lua:406: in function 'disable'
/usr/local/share/nvim/runtime/lua/vim/lsp/diagnostic.lua:439: in function </usr/local/share/nvim/runtime/lua/vim/lsp/diagnostic.lua:438>
[C]: in function 'nvim_exec2'
vim/_editor.lua: in function <vim/_editor.lua:0>
[C]: in function 'pcall'
...al/share/nvim/lazy/mini.bufremove/lua/mini/bufremove.lua:230: in function 'wipeout'
/Users/towry/.config/nvim/lua/user/plugins_bundle.lua:4493: in function </Users/towry/.config/nvim/lua/user/plugins_bundle.lua:4471>
Press ENTER or type command to continue
This error message kind interrupt my workflow, I will try to provide reproducible minimal nvim config file if needed.
Neovim version
0.10.0
Steps to reproduce
TODO: create init.lua to reproduce.
Expected behavior
No response
Actual behavior
buffer wipeout fail error interrupt workflow.
The text was updated successfully, but these errors were encountered:
At glance, this doesn't seem like an issue with 'mini.bufremove' as it tries to execute :bwipeout on the buffer and gets an error from active diagnostics.
If/when you have a reproducible example, post it here and we'll review it.
Contributing guidelines
Module(s)
mini.bufremove
Description
This error message kind interrupt my workflow, I will try to provide reproducible minimal nvim config file if needed.
Neovim version
0.10.0
Steps to reproduce
TODO: create init.lua to reproduce.
Expected behavior
No response
Actual behavior
buffer wipeout fail error interrupt workflow.
The text was updated successfully, but these errors were encountered: