From 4ab91873cc4448c3682fb31c49b76322ff82abf9 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Thu, 15 Feb 2024 10:56:31 -0500 Subject: [PATCH] chore: remove unnecessary global from template --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index ac70fb2..3dd86f7 100644 --- a/init.lua +++ b/init.lua @@ -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