mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: refactor all vim.loop -> vim.uv and add a shim when needed
This commit is contained in:
parent
83493db50a
commit
9e157df077
19 changed files with 53 additions and 51 deletions
|
@ -92,7 +92,7 @@ function Runner:start()
|
|||
end
|
||||
end
|
||||
|
||||
local check = vim.loop.new_check()
|
||||
local check = vim.uv.new_check()
|
||||
check:start(function()
|
||||
if self:resume() then
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue