Lazy: update setup code to match online Lazy docs

This commit is contained in:
David Senoner 2025-05-10 10:58:14 +02:00
parent d32ca1276d
commit 26c7c6038d

View file

@ -1,7 +1,7 @@
require("vim-options") require("vim-options")
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim" local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not vim.loop.fs_stat(lazypath) then if not (vim.uv or vim.loop).fs_stat(lazypath) then
vim.fn.system({ vim.fn.system({
"git", "git",
"clone", "clone",