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

feat(lsp)!: support multiple clients in goto methods #30877

Merged
merged 3 commits into from
Oct 20, 2024

Conversation

Relates to:

- neovim#30034
- neovim#17712
- neovim#16363

Closes:

- neovim#26936 (but only provides bufnr
  and method)
- neovim#22318

Might fix: neovim#30737
Copy link
Member

@MariaSolOs MariaSolOs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we add a test for this? :)

@mfussenegger
Copy link
Member Author

Could we add a test for this? :)

done. Looks like this was generally not tested.

@MariaSolOs
Copy link
Member

done. Looks like this was generally not tested.

Thx! LGTM

@zeertzjq
Copy link
Member

Is it intended that these methods no longer set tagstack?

@mfussenegger
Copy link
Member Author

Is it intended that these methods no longer set tagstack?

No that wasn't intentional. I missed that it did that. I'll follow up on re-adding that.

@mfussenegger
Copy link
Member Author

Is it intended that these methods no longer set tagstack?

No that wasn't intentional. I missed that it did that. I'll follow up on re-adding that.

Done with #30927

Julian added a commit to Julian/lean.nvim that referenced this pull request Oct 29, 2024
I'd noticed the former was pretty useless as all it does is basically
call the latter. Seems like now it's been officially deprecated
upstream in 0.11.

Refs: neovim/neovim#30877
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LSP: jump_to_location: "Cursor position is out of buffer"
3 participants