Lazy: update setup code to match online Lazy docs
Some checks are pending
Send submodule updates to parent repo / update (main) (push) Waiting to run
Send submodule updates to parent repo / update (tiling) (push) Waiting to run

This commit is contained in:
David Senoner 2025-05-10 10:58:14 +02:00
parent 8c6bb614bf
commit 4b56685efc
Signed by: kada49
GPG key ID: 92BABE6B7E63C6CA

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",