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.24k stars 178 forks source link

feat: add an option to not open trouble with empty list #337

Closed lostl1ght closed 2 months ago

lostl1ght commented 10 months ago

This PR add an option to not open trouble with an empty list.

Works as I expect it to, does not interfere with diagnostics and quickfix/loclist. I'm not sure if the place to check the option is the right one. If not please tell me.