Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cwebster2 opened this issue May 17, 2024 · 1 comment · May be fixed by #153
Open

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

cwebster2 opened this issue May 17, 2024 · 1 comment · May be fixed by #153

Comments

@cwebster2
Copy link

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' 

local clients = vim.lsp.buf_get_clients()

@cwebster2 cwebster2 changed the title Deprecations in v0.11 for vim.slp.buf_get_clients() Deprecations in v0.11 for vim.lsp.buf_get_clients() May 17, 2024
@LennyPhoenix LennyPhoenix linked a pull request May 17, 2024 that will close this issue
@rmenai
Copy link

rmenai commented Oct 24, 2024

Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants