Diagnostics popup rendered as Markdown callouts #224
Picalines
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for the post, this is a neat use case :) I looked at your issue in the |
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
-
I had fun rendering neovim diagnostics as md callouts with
render-markdown
It's useful if you transform your LSP messages to MD. I've combined it with format-ts-errors:
It might be too much for some people, but here's the code if you want:
Beta Was this translation helpful? Give feedback.
All reactions