ionide / Ionide-vim

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

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

Open landy opened 1 year ago

landy commented 1 year 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 1 year 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 1 year 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.