-
Notifications
You must be signed in to change notification settings - Fork 234
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
BUG: failed to open document symbols with pylsp [attempt to index local ‘range’ (a nil value)] #1085
Comments
I see the same issue with |
can confirm its happening for me for |
also interesting that seeing this in
although not sure what that means |
I see the same issue with solargraph (ruby lsp) but not with gopls and not with rust-analyzer. |
Same happens with Intelephense LSP. |
Did you check docs and existing issues?
Neovim Version (nvim -v)
0.9.0
Operating System / Version
Ubuntu 20.04.6 LTS
Describe the Bug
Failed to open
document_symbols
when using pylsp.There is no problem with other lsp servers (at least lua_ls, tsserver) though. I’m not sure if it is a bug of neo-tree or pylsp.
Screenshots, Traceback
Error message:
Steps to Reproduce
Expected Behavior
document symbols should be opened
Your Configuration
The text was updated successfully, but these errors were encountered: