cmp-nvim-lsp icon indicating copy to clipboard operation
cmp-nvim-lsp copied to clipboard

fix: moved client.is_stopped() to client:is_stopped() as suggested by Neovim

Open vicnotor opened this issue 5 months ago • 0 comments
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().

vicnotor avatar Jun 04 '25 17:06 vicnotor