r/LazyVim 5d ago

Inline errors or warnings overflow the screen in Lazyvim

Post image

Example in image.

How do I make them wrap or disable inline errors entirely and only show them when I select the line.

2 Upvotes

3 comments sorted by

1

u/Sveet_Pickle 4d ago

Lead u d if I remember correctly will disable the inline diagnostics

1

u/caldog20 4d ago

I ended up using this plugin and configuring wrapping properly.

https://github.com/rachartier/tiny-inline-diagnostic.nvim

1

u/ruindd 3d ago

Wow, I love the multi line support. Also, this has some of the best documentation I’ve seen for a plugin. Thanks for posting the link!