autozimu / LanguageClient-neovim

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

Diagnostic messages don't wrap over to the next line if they are too long #1262

Open bgergely0 opened 1 year ago

bgergely0 commented 1 year ago

Hello, I just installed this to use with neovim, where all the messages are appended at the end of the line. Even though my normal lines in vim wrap over to the next line, if the window is small, here the messages do not, so it makes them hard to read.

Is there any setting for this? If not, it would be a great improvement in usability.

Thanks

example image: image