1 parent 7805fae commit 326a6dfCopy full SHA for 326a6df
1 file changed
lua/lazy_bootstrap.lua
@@ -1,5 +1,5 @@
1
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
2
-if not vim.loop.fs_stat(lazypath) then
+if not vim.uv.fs_stat(lazypath) then
3
vim.fn.system({
4
"git",
5
"clone",
0 commit comments