aznhe21 / actions-preview.nvim

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

feat: auto apply if one action #47

Closed IndianBoy42 closed 1 month ago

IndianBoy42 commented 2 months ago

Brings this closer in parity to vim.lsp.buf.code_action

aznhe21 commented 2 months ago

Thank you for your contribution!

However, assigning to params.apply is not appropriate because params contains the data sent to the Language Server. Please pass it as options, similar to the original implementation.

IndianBoy42 commented 2 months ago

makes sense, done

aznhe21 commented 1 month ago

Apologies for the delayed response. Thank you!