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
115 stars 3 forks source link

feat: show all errors on every line #11

Open ilan-schemoul opened 3 days ago

ilan-schemoul commented 3 days ago

With the default LSP diagnostic virtual_text option we can see the virtual_text on every lines where there is a mistake. I would like the same thing on this plugin. I do not use symbol column as I like things minimal (I also prefer no statusline etc.) therefore I really need virtual_text everywhere

rachartier commented 2 days ago

Hello!

I know it's something that could be useful, but it also completely defeats the plugin's purpose, as it is meant to only show what the diagnostic under the cursor is, to reduce noise and too much feedback. So, I'm very mitigated about it...

BrunoKrugel commented 2 days ago

Hello!

I know it's something that could be useful, but it also completely defeats the plugin's purpose, as it is meant to only show what the diagnostic under the cursor is, to reduce noise and too much feedback. So, I'm very mitigated about it...

Maybe add a optional opts? Or a new plugin maybe 🤔