scalameta / nvim-metals

A Metals plugin for Neovim
https://scalameta.org/metals/
Apache License 2.0
455 stars 74 forks source link

fix: make sure new lines are taken out of the short summary #626

Closed ckipp01 closed 8 months ago

ckipp01 commented 8 months ago

In the new doctor short summary there is the potential to be new lines. When adding things into the output of the doctor it was blowing up. This ensures that these are stripped out and instead the multiple lines are turned into a table and then added to the doctor output.