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

[BUG] Warning in Neovim 0.11.x #173

Closed
davemackintosh opened this issue May 20, 2024 · 1 comment
Closed

[BUG] Warning in Neovim 0.11.x #173

davemackintosh opened this issue May 20, 2024 · 1 comment

Comments

@davemackintosh
Copy link

Describe the bug
Warnings when using inside of Neovim 0.11.x

vim.lsp.buf_get_clients() is deprecated, use vim.lsp.get_clients() instead. :help deprecated
Feature will be removed in Nvim 0.12
stack traceback:
	/usr/share/nvim/runtime/lua/vim/lsp.lua:1092: in function 'buf_get_clients'
	...l/share/nvim/lazy/tabnine-nvim/lua/tabnine/workspace.lua:15: in function ''
	vim/_editor.lua: in function <vim/_editor.lua:0>

To Reproduce
Steps to reproduce the behavior:

Install on Neovim 0.11.x

Expected behavior
No warnings

Version Info:

  • OS (try cat /etc/os-release): Ubuntu 23.10 in WSL2
  • Neovim version (nvim -v): 0.11.0
  • Installed Tabnine Binaries (ls -A /path/to/plugin/binaries): 4.160.0
  • Active Tabnine Binaries (cat /path/to/plugin/binaries/.active): no active directory found

Additional context
Add any other context about the problem here.

@davemackintosh davemackintosh changed the title [BUG] [BUG] Warning in Neovim 0.11.x May 20, 2024
davemackintosh added a commit to davemackintosh/tabnine-nvim that referenced this issue May 20, 2024
@amirbilu
Copy link
Contributor

fixed by #170

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