aznhe21 / actions-preview.nvim

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

fix: use line start/end for visual line selection #3

Closed uga-rosa closed 1 year ago

uga-rosa commented 1 year ago

Follow https://github.com/neovim/neovim/pull/22632

aznhe21 commented 1 year ago

Please add bufnr argument to range_from_selection according to the last patch of that PR.

aznhe21 commented 1 year ago

Thanks!