s/lsp.lsp_progress/vim.lsp.status/
ToT neovim is complaining that lsp.lsp_progress will be deprecated soon. Replacing as suggested by message.
Hey @useche what neovim version are you on?
Does this fix work for you? I'll need to test it myself at some point.
Thanks!
Hi!
I worked on this change for neovim top of trunk a couple of months ago. I haven't synced and tried again and I haven't tried it in older neovim versions.
Luis
I wonder if we should wrap this call around a neovim version check so keep backward compatibility.
I wonder if we should wrap this call around a neovim version check so keep backward compatibility.
Yeah, thats probably a good idea!