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
284 stars 4 forks source link

plugin does not display when the diagnosis is huge #3

Closed foldcat closed 3 months ago

foldcat commented 3 months ago

Screenshot_20240630-224946_Termux as seen from the screenshot, this plugin is unable to handle hls's huge textwall error while other smaller error can be displayed

rachartier commented 3 months ago

Hello,

Yes I think it is because you have vim.opt.wrap = true. I had the same problem on markdown file. I will try to fix it !

foldcat commented 3 months ago

alright thanks a lot

rachartier commented 3 months ago

I think it is now fixed. It (normally) works. Please update and test it, and tell me if it is good for you!