chore: disable lazy loading by default

pull/1/head
Micah Halter 2023-07-25 15:49:31 -04:00
parent 5dae91a387
commit ac5dc3ac00
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ require("lazy").setup {
defaults = { defaults = {
-- By default, only AstroNvim plugins will be lazy-loaded. Your custom plugins will load during startup. -- 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. -- If you know what you're doing, you can set this to `true` to have all your custom plugins lazy-loaded by default.
lazy = true, lazy = false,
}, },
install = { colorscheme = { "astrodark", "habamax" } }, install = { colorscheme = { "astrodark", "habamax" } },
checker = { enabled = false }, -- automatically check for plugin updates checker = { enabled = false }, -- automatically check for plugin updates