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
Error executing vim.schedule lua callback: ...ond/.vim/bundle/lsp_signature.nvim/lua/lsp_signature.lua:168: attempt to get length of field 'parameters' (a nil value)
I tried positioning the cursor after the ( and then doing lua require'lsp_signature'.signature(), and it gives me the same error.
The text was updated successfully, but these errors were encountered:
Has some fix for this.
But FYI, solargraph does support active parameter. The LSP does not event provide parameter... So the plugin can only show signature without highlight.
Build info:
I have lspconfig setup with https://github.com/hrsh7th/nvim-compe and
solargraph
With a ruby script like so:
Trying to see the signature for puts returns
I tried positioning the cursor after the
(
and then doinglua require'lsp_signature'.signature()
, and it gives me the same error.The text was updated successfully, but these errors were encountered: