summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 7bfe1b4..5d36ba8 100644
--- a/init.lua
+++ b/init.lua
@@ -1,6 +1,6 @@
local function ensure(user, plugin)
local path = vim.fn.stdpath "data" .. "/lazy/" .. plugin
- if not vim.loop.fs_stat(path) then
+ if not vim.uv.fs_stat(path) then
vim.notify("Downloading " .. plugin .. "...", vim.log.levels.INFO)
vim.fn.system {
"git",