ionide / Ionide-vim

F# Vim plugin based on FsAutoComplete and LSP protocol
MIT License
163 stars 20 forks source link

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

Open landy opened 11 months ago

landy commented 11 months ago

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):

cannorin commented 11 months ago

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 commented 11 months ago

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.