hedyhli / outline.nvim

Code outline sidebar powered by LSP. Significantly enhanced & refactored fork of symbols-outline.nvim.
https://sr.ht/~hedy/outline.nvim
MIT License
543 stars 15 forks source link

[fix] - Fixing Coc symbol parsing bug #45

Closed z0rzi closed 7 months ago

z0rzi commented 7 months ago

The plugin didn't work out of the box with coc.nvim, I had to change this line to make it work....

Not sure what was the initial role of { [1000000] = { result = ... } }, but it was the source of the problem for me

hedyhli commented 7 months ago

I am not sure either, since I never use coc with neovim and was almost planning to drop coc support soon. If you say it fixes coc integration for you, I'll merge this and continue supporting coc for some time until another issue arises. Thanks for the fix!