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
580 stars 17 forks source link

Markdown: Incorrect icons shown before closing and reopening #2

Closed hedyhli closed 10 months ago

hedyhli commented 10 months ago

They show icons for Object on initial open, after reopening, they show the correct String icon.

hedyhli commented 10 months ago

This was because on initial open the internal markdown provider is used. After a while my own LSP (marksman) attaches and marksman uses the correct 'String' icon kind.