How to display over formatted help #164
Closed
PMassicotte
started this conversation in
Ideas
Replies: 2 comments
-
It seems that the And https://github.com/rstudio/rmarkdown/blob/4b2f3426c1f46a8d207b0d661fc51c2508ecdad7/R/pandoc.R#L40 So, the filter https://github.com/REditorSupport/languageserver/blob/master/inst/lua/html-to-markdown.lua needs improvements. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great, I forgot it was an LSP issue! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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 easlily fixed?
Beta Was this translation helpful? Give feedback.
All reactions