rachartier / tiny-inline-diagnostic.nvim

A Neovim plugin that display prettier diagnostic messages. Display one line diagnostic messages where the cursor is, with icons and colors.
MIT License
164 stars 3 forks source link

[bug]: colors broken after latest update #7

Closed eslam-allam closed 2 weeks ago

eslam-allam commented 2 weeks ago

After the most recent pull request merge #5 , colors are not displayed correctly anymore as demonstrated here:

before update: image

after update: image

This happens without changing anything in the config, just updating the plugin.

rachartier commented 2 weeks ago

Thanks, I've reverted the change. I'll need to test more the PR, sorry for the inconvenience...

eslam-allam commented 2 weeks ago

works great now with the latest merge, thanks.