Error executing vim.schedule lua callback
Error executing vim.schedule lua callback: ...site/pack/packer/start/lspsaga.nvim/lua/lspsaga/util.lua:248: attempt to call field 'get_clients' (a nil value) stack traceback: ...site/pack/packer/start/lspsaga.nvim/lua/lspsaga/util.lua:248: in function 'get_offset_encoding' .../start/lspsaga.nvim/lua/lspsaga/codeaction/lightbulb.lua:110: in function 'render' .../start/lspsaga.nvim/lua/lspsaga/codeaction/lightbulb.lua:137: in function <.../start/lspsaga.nvim/lua/lspsaga/codeaction/lightbulb.lua:135>
Same error.
Hey @drLite35 did you find a solution to this problem? Any light on how to resolve this?
Hey @drLite35 did you find a solution to this problem? Any light on how to resolve this?
Not Yet though trying ,if you find some solution kindly post as well thanks.
@drLite35 yeah, really tired of these breaking changes in lspsaga. So I moved on and now I'm using LazyVim. It's a breeze.
Same error here after update my plugins. Pretty sure this https://github.com/nvimdev/lspsaga.nvim/pull/1506 merge cause our error.
For a quick workaround i just revert to earlier version on my setup:
"nvimdev/lspsaga.nvim",
commit = "d027f8b",
Same error here after update my plugins. Pretty sure this #1506 merge cause our error. For a quick workaround i just revert to earlier version on my setup:
"nvimdev/lspsaga.nvim",commit = "d027f8b",
same error here, but this helped a lot