liuchengxu / vista.vim

:cactus: Viewer & Finder for LSP symbols and tags
https://liuchengxu.github.io/vista.vim
MIT License
1.88k stars 89 forks source link

Avoid multi-line symbols #471

Closed taqenoqo closed 4 months ago

taqenoqo commented 4 months ago

When the symbol text is multi-line, the behavior when hovering the cursor is not correct.

This pull request is a fix for symbol text not being multi-line.

liuchengxu commented 4 months ago

Thank you!