aznhe21 / actions-preview.nvim

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

refactor: eliminate duplication around `vim.lsp.util.apply_text_edits` #23

Closed aznhe21 closed 9 months ago

aznhe21 commented 9 months ago

Eliminate code duplication by using temporary buffers. This allows for the benefit of future code changes on the nvim side.

Also, fixed a problem with wrong line break.

Close #20.