feat: refactor all vim.loop -> vim.uv and add a shim when needed

This commit is contained in:
Folke Lemaitre 2024-03-22 08:58:36 +01:00
parent 83493db50a
commit 9e157df077
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
19 changed files with 53 additions and 51 deletions

View file

@ -41,7 +41,7 @@ M.signals = {
}
---@diagnostic disable-next-line: no-unknown
local uv = vim.loop
local uv = vim.uv
---@class ProcessOpts
---@field args string[]