ojroques / nvim-lspfuzzy

A Neovim plugin to make the LSP client use FZF
BSD 2-Clause "Simplified" License
316 stars 11 forks source link

Feature Request: Severity color in LspDiagnostics #37

Closed wustho closed 2 years ago

wustho commented 2 years ago

Hey there, first of all thanks for this: https://github.com/ojroques/nvim-lspfuzzy/issues/36

I just wanna ask if it's possible to get color for the severity text. It doesn't need to set it according Diagnostic highlight, but maybe common diagnostic color. eg. path/to/file: ansi.red [ERROR] ansi.reset error message bla bla

This would increase clarity.

ojroques commented 2 years ago

Good idea. I've added this feature in the latest commit.

wustho commented 2 years ago

Just synced, works well, thanks appreciated it