Fork me on GitHub
#emacs
<
2018-08-24
>
lilactown19:08:28

anyone familiar with lsp-mode?

lilactown19:08:44

I have a language server that is responding with hover events like "contents": {"kind": "markdown", "value": "its a module"} and I want to render the value using markdown

lilactown19:08:03

I see lots of client-specific hooks in lsp-mode for rendering the old MarkedString with {"language": "blah", "value": "asdf.jkl"} type contents but only a global defcustom for rendering MarkupContent like the above