Replies: 2 comments
-
Hello, this looks peculiar. Using your config, I can reproduce having an empty symbol list but I don't experience any freezing or crashing. However, it works fine if I'm not quite sure how this |
Beta Was this translation helpful? Give feedback.
-
After some more testing with Edits:
Results:
Conclusion:My theory is that if
Perhaps solution:
P.S.It also seems that if the program enters a bugged state (such as by using And also that only the first nvim session works, and any subsequent ones fail even if the config remains unchanged?? On my MacBook, with an identical config, everything seems to work fine, though. |
Beta Was this translation helpful? Give feedback.
-
Description
When trying to open the outline in an empty file, it works correctly.
When opening in a .lua file, it crashes to commandline or freezes indefinetely.
Tried to run neovim with the -D option, but the log file is 0 bytes.
When trying other languages (Rust), symbol list is empty.
Simrat's original version works, though
To reproduce
nvim test.lua
:OutlineOpen
My
lazy.nvim
config for loadingoutline.nvim
Other Info
Beta Was this translation helpful? Give feedback.
All reactions