-
Notifications
You must be signed in to change notification settings - Fork 93
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
Over does not display help correctly #670
Comments
Hi @PMassicotte, you can solve this setting |
cool let me try! |
I was able to get it working (I think) by adding cc @jalvesaq for future reference (adding information in |
While setting |
I think this is a good suggestion. Would that require a lot of work? Happy to help if needed. |
I am using
lspsaga
to enhance LSP in neovim (https://github.com/nvimdev/lspsaga.nvim).One interesting feature is the
over
(https://nvimdev.github.io/lspsaga/hover/) function (shift+k
) that provides function help. When I use this function in other language, the display looks like this:In Rust:
In Python:
However, while this kinda works with R, the information is displayed as Markdown/HTML:
Anyone know if this could be easily fixed?
The text was updated successfully, but these errors were encountered: