chore: disable lazy loading by default
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user