-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin does not works with nvim_jdtls #141
Comments
I get a very similar error with omnisharp/mono but only sometimes.
|
Please check this issue: #97 |
Hi @ray-x , |
Updating the plugin works, seems i was running some old version or something was missing |
I use nvim_jdtls for java integration and tried to use this plugin. I have added the code require'lsp_signature'.on_attach() in jdtls on_attach function, but this plugin always gives the following error.
Error executing vim.schedule lua callback: ...cker/start/lsp_signature.nvim/lua/lsp_signature/init.lua:221: attempt to index local 'actSig' (a nil value) stack traceback: ...cker/start/lsp_signature.nvim/lua/lsp_signature/init.lua:221: in function 'handler' ...l/Cellar/neovim/0.6.0/share/nvim/runtime/lua/vim/lsp.lua:957: in function 'cb' vim.lua:285: in function <vim.lua:285>
I know this plugin does not support nvim_jdtls, but can this be added as enhancement or this is something not feasible?
The text was updated successfully, but these errors were encountered: