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

Fixing #7 by adding initial `setup_highlights` call #8

Closed eado closed 2 weeks ago

eado commented 2 weeks ago

PR #5 broke colors (#7) for users who don't change their color scheme (and or change it before setting up this plugin). This PR adds an initial setup_highlights call to fix this.

rachartier commented 2 weeks ago

Thanks for the fix !