autozimu / LanguageClient-neovim

Language Server Protocol (LSP) support for vim and neovim.
MIT License
3.55k stars 273 forks source link

Handle empty hover contents #1140

Closed martskins closed 3 years ago

martskins commented 3 years ago

This PR prevents the preview from showing if the contents of the hover info are empty.

Fixes #873