aznhe21 / actions-preview.nvim

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

fix: may not work with neovim 0.10 #52

Closed aznhe21 closed 1 month ago

aznhe21 commented 1 month ago

This PR fixes the plugin not working properly with some LSPs in neovim 0.10.

The plugin will still work with versions older than neovim 0.10 (0.7 or later as far as I have lightly tested).

Close #50.