Skip to content

Commit

Permalink
fix: uv shim was not falling back to vim.loop (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMatrix committed Mar 22, 2024
1 parent b217481 commit 61dddae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
local M = {}
M._start = 0

vim.uv = vim.uv or vim.uv
vim.uv = vim.uv or vim.loop

local function profile_require()
local done = {} ---@type table<string, true>
Expand Down

0 comments on commit 61dddae

Please sign in to comment.