kakoune-lsp / kakoune-lsp

Kakoune Language Server Protocol Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement rust-analyzer's colorDiagnosticOutput

sclu1034 opened this issue · comments

rust-analyzer can now provide full-color diagnostics (presumably ANSI codes, as returned by Cargo) when configured to do so.
Similar to parsing Markdown into faces in the info box, these could be parsed as well.

[low priority, probably candidate for 'good first issue']

good idea, this can apply to the info box and other places where we show diagnostics (like the buffer created by lsp-diagnostics)