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

Telescope LSP issues after update to Neovim v.0.11 #1428

Open
feekApp opened this issue Mar 29, 2025 · 5 comments
Open

Telescope LSP issues after update to Neovim v.0.11 #1428

feekApp opened this issue Mar 29, 2025 · 5 comments

Comments

@feekApp
Copy link

feekApp commented Mar 29, 2025

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:

symbols_to_items must be called with valid position encoding
[telescope] [WARN  09:48:49] /Users/User/.local/share/kick/lazy/telescope.nvim/lua/telescope/pickers.lua:498: Finder failed with msg:  ...ar/neovim/0.11.0/share/nvim/runtime/
lua/vim/lsp/util.lua:1804: attempt to index a nil value

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)

@v3ronez
Copy link

v3ronez commented Mar 29, 2025

the Telescope lsp_document_symbols It's showing the same warnings

@feekApp
Copy link
Author

feekApp commented Mar 29, 2025

@v3ronez yes indeed!

@feekApp
Copy link
Author

feekApp commented Mar 30, 2025

It seems like that the rolling release of Telescope does not have this issue.
So removing tag = '0.1.8' or branch = '0.1.x' in your configuration is a workaround (for now, no other issues found due the rolling release, till now).

I expect a new stable version of Telescope is needed for Neovim v.0.11.x

@v3ronez
Copy link

v3ronez commented Mar 30, 2025

removing the branch property indeed fix that problem, thks @feekApp

@glokta1
Copy link

glokta1 commented Apr 3, 2025

Looks like this was the PR that fixed it: nvim-telescope/telescope.nvim#3418

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

No branches or pull requests

3 participants