autozimu / LanguageClient-neovim

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

Show all diagnostics on point on explain error at point buffer #1204

Closed martskins closed 3 years ago

martskins commented 3 years ago

This PR modifies explainErrorAtPoint so that it shows all diagnostics under the cursor instead of only the first one.