Closed DeusProx closed 5 months ago
Thank you for the change.
Could you also change the requirement section accordingly in the README
while you're at it? 😅
Thanks for the quick response. I updated the requirements in the README accordingly.
Great, thanks!
Since neovim v0.10 the API call
vim.lsp.get_active_clients
was deprecated and replaced by the function callvim.lsp.get_clients
.This seems to be already known since there was a comment in the code about it and I assume this was done to be compatible with older neovim version, but for me it now bubbles up as a warning each time I start neovim.