folke / trouble.nvim

🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
Apache License 2.0
5.36k stars 175 forks source link

feat: rendering messages from provider #304

Closed eatgrass closed 1 year ago

eatgrass commented 1 year ago

use the padded line as a status bar, so we can display some messages from the provider

for example, in the diagnostics mode, we can show it's current severity filter in it.

image

301

folke commented 1 year ago

thanks!

MariaSolOs commented 1 year ago

For future reference: In order for the filter to be visible, opts.padding must be true.