lewis6991 / pckr.nvim

Spiritual successor of https://github.com/wbthomason/packer.nvim
MIT License
251 stars 13 forks source link

docs: Use `vim.uv` instead of deprecated `vim.loop` module #19

Closed adigitoleo closed 4 months ago

lewis6991 commented 4 months ago

Still need to use vim.loop in order to support Nvim 0.9.

adigitoleo commented 4 months ago

The pattern (vim.uv or vim.loop) will cover 0.9 support while anticipating the removal of vim.loop. I've added that everywhere loop was used, which is more than just the README in the end. My bad for missing 812b914 in the first place.