chore(nvim): fix for nightly
This commit is contained in:
2
init.lua
2
init.lua
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user