chore: remove unnecessary global from template

pull/7/head
Micah Halter 2024-02-15 10:56:31 -05:00
parent 6e5afbe75d
commit 4ab91873cc
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
-- This file doesn't necessarily need to be touched, BE CAUTIOUS editing this file and proceed at your own risk.
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
vim.g.astronvim_first_install = true -- lets AstroNvim know that this is an initial installation
-- stylua: ignore
vim.fn.system({ "git", "clone", "--filter=blob:none", "https://github.com/folke/lazy.nvim.git", "--branch=stable", lazypath })
end