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
This seems to only happen if I've opened the output-panel on a long-running nvim session. If I've not opened the output-panel at all in that long-running nvim session, it never hits this.
Error executing vim.schedule lua callback: ...re/nvim/lazy/output-panel.nvim/lua/output_panel/init.lua:84: cannot resume dead coroutine
stack traceback:
[C]: in function 'create_tab'
...re/nvim/lazy/output-panel.nvim/lua/output_panel/init.lua:84: in function 'handler'
/usr/local/share/nvim/runtime/lua/vim/lsp/client.lua:1008: in function ''
vim/_editor.lua: in function <vim/_editor.lua:0>
The text was updated successfully, but these errors were encountered:
This seems to only happen if I've opened the output-panel on a long-running nvim session. If I've not opened the output-panel at all in that long-running nvim session, it never hits this.
My plugin setup:
REF:
output-panel.nvim/lua/output_panel/init.lua
Line 84 in 65bb44a
ERROR:
The text was updated successfully, but these errors were encountered: