chore: clean up template comments

pull/2/head
Micah Halter 2023-10-10 09:14:57 -04:00
parent e12977f3c4
commit 02dd6972b2
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
1 changed files with 4 additions and 8 deletions

View File

@ -14,20 +14,16 @@ require("lazy").setup {
spec = {
-- TODO: remove branch v4 on release
{ "AstroNvim/AstroNvim", branch = "v4", version = USE_STABLE and "^4" or nil, import = "astronvim.plugins" },
-- pin plugins to known working versions
{ import = "astronvim.lazy_snapshot", cond = USE_STABLE },
-- AstroCommunity import any community modules here
-- AstroCommunity: import any community modules here
-- TODO: Remove branch v4 on release
-- { "AstroNvim/astrocommunity", branch = "v4" },
-- { import = "astrocommunity.pack.lua" },
{ import = "plugins" }, -- import/override with your plugins
},
defaults = {
-- By default, only AstroNvim plugins will be lazy-loaded. Your custom plugins will load during startup.
-- If you know what you're doing, you can set this to `true` to have all your custom plugins lazy-loaded by default.
lazy = false,
-- import/override with your plugins
{ import = "plugins" },
},
install = { colorscheme = { "astrodark", "habamax" } },
checker = { enabled = false }, -- automatically check for plugin updates
performance = {
rtp = {
-- disable some rtp plugins, add more to your liking