prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.07k stars 303 forks source link

LspRename sometimes hangs #1531

Open BackSeat opened 5 months ago

BackSeat commented 5 months ago

vim-lsp git hash c20c665, Python file. Using LspRename sometimes just hangs with new name: XXXX ... Renaming ... in the message window.

Doesn't always happen, and seems to be file related (ie, it works fine in some files and not others).

I appreciate there's not much to go on above. What can I do to provide more information?

Thanks.