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(diagnostic): pass opts to `diagnostic.get()` #274

Closed loichyan closed 1 year ago

loichyan commented 1 year ago

Passes cmd_options to vim.diagnostic.get(), this makes it possible to use severity to filter diagnostics.