aznhe21 / actions-preview.nvim

Fully customizable previewer for LSP code actions.
GNU General Public License v3.0
365 stars 9 forks source link

Feature Request: Ignore end-of-line newlines by default, like neovim does #35

Closed Parsifa1 closed 3 months ago

Parsifa1 commented 4 months ago

Neovim can guess the newline character at the end of the line by itself and decide not to display ^M. I don’t know if this plug-in can achieve this. Thank you very much! image

aznhe21 commented 3 months ago

Thanks for the report, this is a bug and I fixed it in #42. Check it out.