Skip to content

Commit 326a6df

Browse files
committed
vim.uv
1 parent 7805fae commit 326a6df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/lazy_bootstrap.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
2-
if not vim.loop.fs_stat(lazypath) then
2+
if not vim.uv.fs_stat(lazypath) then
33
vim.fn.system({
44
"git",
55
"clone",

0 commit comments

Comments
 (0)