yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
447 stars 43 forks source link

Fix function tooltip's formatting (pylsp) #506

Open hippie68 opened 2 months ago

hippie68 commented 2 months ago

lsp_function_help

The function parameters are not formatted properly. It should probably look like this:

sep
  string inserted between values...
end
  string appended after the last value...
...

It seems the current formatting converts each newline to a space.