-
Notifications
You must be signed in to change notification settings - Fork 264
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
hover has  
around each character
#881
Comments
I am not familiar with neovim. Is neovim rendering this content as markdown? |
seems like a duplicate of #875 |
It is rendering it as markdown, yes. |
This behavior is also reproducible with the emacs's lsp-mode. |
I have just downgraded to 1.11.0 as an workaround currently. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When triggering hover, the response from the server has
 
around each character in the contents value. This causes neovim to display it with spaces around each character:Here is the output from neovim's LSP log
Expected Behavior
It should not add
 
to the contents value.Current Behavior
It adds
 
to the contents value.Steps to Reproduce
yaml-language-server
installed and in your pathcurl -fLO https://raw.githubusercontent.com/neovim/nvim-lspconfig/master/test/minimal_init.lua
.yamllint.yaml
and open it withnvim -nu minimal_init.lua .yamllint.yaml
extends: default
to the first lineextends
and pressK
.Environment
The text was updated successfully, but these errors were encountered: