zbirenbaum / copilot-cmp

Lua plugin to turn github copilot into a cmp source
MIT License
1.07k stars 38 forks source link

vim.lsp.get_active_clients() is deprecated #110

Open JLineaweaver opened 1 month ago

JLineaweaver commented 1 month ago

Upgraded to the latest neovim version and started seeing the following message

vim.lsp.get_active_clients() is deprecated, use vim.lsp.get_clients() instead. :help deprecated
Feature will be removed in Nvim 0.12
JLineaweaver commented 1 month ago

Looks like fix: 0.11 compat handles it

gepbird commented 2 weeks ago

This can be closed, it was resolved in https://github.com/zbirenbaum/copilot-cmp/commit/b0ec7067460d77fc28a96429c99a84b2248f0f61.