yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
473 stars 57 forks source link

Unescape non-breaking spaces #514

Closed ddominguez closed 3 months ago

ddominguez commented 4 months ago

While using the Pyright lsp, I noticed some non-breaking space entities   in the hover docs.

This update replaces the entities with spaces.

Requests - Before image

Requests - After image

Textual - Before Screenshot from 2024-05-17 23-52-03

Textual - After Screenshot from 2024-05-17 23-52-37