Closed brunnseb closed 5 months ago
You just made me aware vim.lsp.get_clients() is necessary because vim.lsp.get_clients() is already not present in nvim 0.11. Thank you so much. I'm gonna add this to all my other projects too.
vim.lsp.get_clients()
nvim 0.11
You just made me aware
vim.lsp.get_clients()
is necessary becausevim.lsp.get_clients()
is already not present innvim 0.11
. Thank you so much. I'm gonna add this to all my other projects too.