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

The link to documentation in the hover type info does not format correctly. #72

Open
landy opened this issue Jul 25, 2023 · 2 comments
Open
Assignees
Labels
bug Something isn't working upstream

Comments

@landy
Copy link

landy commented Jul 25, 2023

Describe the bug
The link to documentation displayed in the hover popup seems to be url encoded

To Reproduce
executing vim.lsp.buf.hover to show popup

Expected behaviour
correct link is shown

Screenshots
image

Environment (please complete the following information):

  • OS: MacOS
  • Vim / Neovim version: 0.9.0
@landy landy added the bug Something isn't working label Jul 25, 2023
@cannorin
Copy link
Member

The command: scheme seems like something that only works on VSCode. I'll investigate it, but I have a feeling that (neo)vim cannot handle this link in the first place.

@baronfel
Copy link

We likely will need to change FSAC to be more aware of the calling client and disable embedding the documentation links for clients that don't support it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream
Projects
None yet
Development

No branches or pull requests

3 participants