refactor: combine files to align with plugin organization and add more comments

This commit is contained in:
Micah Halter
2024-02-14 11:12:47 -05:00
parent f4b42001e2
commit 6e5afbe75d
17 changed files with 232 additions and 217 deletions

View File

@ -1,3 +1,5 @@
-- This file simply bootstraps the installation of Lazy.nvim and then calls other files for execution
-- 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