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.15k stars 173 forks source link

auto-close notification #361

Closed ashton closed 1 month ago

ashton commented 7 months ago

Hey! I like the auto-close option so we don't end with an empty split open, but having no feedback at all is confusing and sometimes leds you to think that the command just didn't work.

This PR just adds an info notification so the user could see that no results was found, and in that way be aware that's why nothing happened.

Feel free to suggest other message in the text or a different way of notifying the user.

Thanks for the plugin!