smjonas / inc-rename.nvim

Incremental LSP renaming based on Neovim's command-preview feature.
MIT License
637 stars 8 forks source link

fix: trigger preview once LSP results have arrived #22

Closed smjonas closed 1 year ago

smjonas commented 1 year ago

I think I've come up with a better way to solve your issue, @weilbith. Please try it out :)

Supersedes #21, closes #20.