Tiny change to call vim.uv

This commit is contained in:
leafee98 2024-09-07 23:01:02 +08:00
parent 11458cd4de
commit 843d400e2e

View file

@ -46,7 +46,7 @@ vim.keymap.set("n", "<leader>nh", "<cmd>nohlsearch<cr>", { silent = true })
-- Use lazy.nvim as plugin manager, and load plugin's config
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then
if not vim.uv.fs_stat(lazypath) then
vim.fn.system({
"git",
"clone",