cmp-nvim-lsp
cmp-nvim-lsp copied to clipboard
fix: moved client.is_stopped() to client:is_stopped() as suggested by Neovim
trafficstars
client.is_stopped() is deprecated. This feature will be removed in Neovim 0.13. This PR changes all three instances of client.is_stopped() to client:is_stopped().