project.nvim icon indicating copy to clipboard operation
project.nvim copied to clipboard

Deprecations in v0.11 for vim.lsp.buf_get_clients()

Open cwebster2 opened this issue 1 year ago • 2 comments

NVIM v0.11.0-dev-4+ga66424617

vim.lsp.buf_get_clients() is deprecated, use vim.lsp.get_clients() instead. :help deprecated
stack traceback:
        /home/casey/.local/share/nvim/runtime/lua/vim/lsp.lua:1092: in function 'buf_get_clients'
        ...hare/nvim/lazy/project.nvim/lua/project_nvim/project.lua:16: in function 'find_lsp_root' 

https://github.com/ahmedkhalf/project.nvim/blob/8c6bad7d22eef1b71144b401c9f74ed01526a4fb/lua/project_nvim/project.lua#L16

cwebster2 avatar May 17 '24 18:05 cwebster2