aznhe21 / actions-preview.nvim

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

fix: line endings in non-LF files #42

Closed aznhe21 closed 3 months ago

aznhe21 commented 3 months ago

This PR fixes the display of escape sequences at the end of lines when fileformat=dos or fileformat=mac.

Close #35.