-
Notifications
You must be signed in to change notification settings - Fork 252
BUG: document_symbols no method get_depth #1710
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
Comments
is there a specific lua file you can reproduce this with or does everything error for you? i'm not able to reproduce this for some reason |
Thank you for your quick response. No, unfortunately not. As long as the lua file has symbols it's what I observed. Sorry for not being of more help. |
no worries, i will take a closer look in a few hours. it looks like i may have broken something with merging #1651 |
If you have some time, can you test the #1712 PR and see if that helps your issue? edit: actually, i'll just immediately merge it into main. you can checkout the main branch instead. |
Thank you. I'll check that tomorrow and open an issue if there's an issue. Thank you for your time 👍 |
Hi, I tested with this commit and I don't get this error anymore. |
Did you check docs and existing issues?
Neovim Version (nvim -v)
0.10.4
Operating System / Version
Archlinux
Describe the Bug
Hello,
I am trying to use the source
document_symbols
but when I hitenter
I get the following message:Screenshots, Traceback
No response
Steps to Reproduce
In my case it was a
lua
file withlua_ls
as lsp.document_symbols
in thesources
enter
on a symbol in theNeotree
with the symbolsExpected Behavior
If it is a leaf there should be nothing. If the symbol is a node, the symbol should expand showing it's children symbols.
Your Configuration
The text was updated successfully, but these errors were encountered: