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(utils): use `vim.loop or vim.uv` declared in the beginning of a file #519

Closed timborodin closed 1 week ago

timborodin commented 1 week ago

Just fixes one vim.uv usage you have missed. Thank you =)

folke commented 1 week ago

Thanks!