all symbols are expanded without hierarchy structure #89
-
Beta Was this translation helpful? Give feedback.
Answered by
hedyhli
Sep 5, 2024
Replies: 1 comment 1 reply
-
Yes, unfortunately the LSP server for Python you're using does not support symbol hierarchies. I experience this issue as well and there's not much we can do on outline.nvim's side to fix this. You can only either find an LSP with hierarchies support or use tree-sitter once outline.nvim supports it (#13). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you previously have the hierarchies with Python files, then perhaps you're using another LSP at the time.