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.12k stars 172 forks source link

Support vim.loop for Neovim < 0.10 and vim.uv for 0.10 and greater #418

Closed dmayle closed 2 months ago

dmayle commented 2 months ago

Resolves #416

This change makes sure that existing uses of libuv support using both the old and new name in Neovim (vim.loop for Neovim < 0.10 and vim.uv for Neovim >= 0.10)

folke commented 2 months ago

Thanks!