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
Sometimes when I'm writing programs (lately, with lua_ls) I run into this error.
Error executing vim.schedule lua callback: .../share/nvim/lazy/nvim-lsp-notify/lua/lsp-notify/init.lua:262: attempt to index local 'client' (a nil value)
stack traceback:
.../share/nvim/lazy/nvim-lsp-notify/lua/lsp-notify/init.lua:262: in function 'fn'
vim/_editor.lua:599: in function 'fn'
vim/_editor.lua:351: in function <vim/_editor.lua:350>
Not sure how to debug further. Using latest commit 9541bdd. Running on Void Linux, Void 6.1.105_1 x86_64. Neovim version:
Sometimes when I'm writing programs (lately, with
lua_ls
) I run into this error.Not sure how to debug further. Using latest commit 9541bdd. Running on Void Linux,
Void 6.1.105_1 x86_64
. Neovim version:The text was updated successfully, but these errors were encountered: