-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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
Telescope LSP issues after update to Neovim v.0.11 #1428
Comments
the |
@v3ronez yes indeed! |
It seems like that the rolling release of Telescope does not have this issue. I expect a new stable version of Telescope is needed for Neovim v.0.11.x |
removing the branch property indeed fix that problem, thks @feekApp |
Looks like this was the PR that fixed it: nvim-telescope/telescope.nvim#3418 |
Hi,
I've updated today to Neovim v.0.11.0 and it seems like some LSP functions are broken.
For example
Telescope lsp_dynamic_workspace_symbols
gives the following error:For now it for me not clear why. Switching back to v.0.10.4 everything is working as expected. Also it is not clear to me if it is an kickstart issue or Telescope, so I made also a ticket nvim-telescope/telescope.nvim#3438
How to reproduce
Make use of a installation of [kickstart.nvim]jhttps://github.com/nvim-lua/kickstart.nvim) and run inside the kickstart repository the command
Telescope lsp_dynamic_workspace_symbols
.Install info.
NVIM v0.11.0
Build type: Release
LuaJIT 2.1.1741730670
Install via Homebrew on macOS 15.3.2 (24D81)
The text was updated successfully, but these errors were encountered: