aznhe21 / actions-preview.nvim

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

fix: error occurs when disabling preview in telescope backend #30

Closed aznhe21 closed 5 months ago

aznhe21 commented 5 months ago

When using telescope and preview was disabled in the settings, an error occurred and the list could not be closed. This is a regression of #26.

Partially addressed to #28.