nvim: replace vim.loop' with vim.uv'

This commit is contained in:
Primrose 2025-02-05 14:05:38 +01:00
parent 0787b7392b
commit 3afe7f1242
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@ local opts = {
}
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",