diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index e7344d2..6560d84 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -25,7 +25,7 @@ require("lazy").setup { 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 = true, + lazy = false, }, install = { colorscheme = { "astrodark", "habamax" } }, checker = { enabled = false }, -- automatically check for plugin updates