@@ -1,5 +1,5 @@
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.fn.system({
"git",
The note is not visible to the blocked user.