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

fix: use vim.loop for nvim 0.9 in view/init.lua #487

Closed Logarithmus closed 3 weeks ago

Logarithmus commented 3 weeks ago

Follow-up of https://github.com/folke/trouble.nvim/pull/418, https://github.com/folke/trouble.nvim/issues/416

Without this fix the plugin doesn't work at all on nvim 0.9.5

folke commented 3 weeks ago

Thanks!