mirror of https://github.com/folke/lazy.nvim.git
fix: uv shim was not falling back to vim.loop (#1370)
This commit is contained in:
parent
b2174810cd
commit
61dddaec58
|
@ -2,7 +2,7 @@
|
||||||
local M = {}
|
local M = {}
|
||||||
M._start = 0
|
M._start = 0
|
||||||
|
|
||||||
vim.uv = vim.uv or vim.uv
|
vim.uv = vim.uv or vim.loop
|
||||||
|
|
||||||
local function profile_require()
|
local function profile_require()
|
||||||
local done = {} ---@type table<string, true>
|
local done = {} ---@type table<string, true>
|
||||||
|
|
Loading…
Reference in New Issue