chore(nvim): fix for nightly

This commit is contained in:
2024-04-07 00:14:55 +02:00
parent 6a5abb5777
commit 6624ceb341

View File

@@ -1,5 +1,5 @@
local lazypath = vim.env.LAZY or vim.fn.stdpath("data") .. "/lazy/lazy.nvim" local lazypath = vim.env.LAZY or vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
if not (vim.env.LAZY or vim.loop.fs_stat(lazypath)) then if not (vim.env.LAZY or (vim.uv or vim.loop).fs_stat(lazypath)) then
vim.g.astronvim_first_install = true vim.g.astronvim_first_install = true
vim.fn.system({ vim.fn.system({
"git", "git",