fix(lazy_setup): astrotheme is default colorscheme
				
					
				
			This commit is contained in:
		@@ -15,7 +15,7 @@ require("lazy").setup({
 | 
				
			|||||||
  { import = "plugins" },
 | 
					  { import = "plugins" },
 | 
				
			||||||
} --[[@as LazySpec]], {
 | 
					} --[[@as LazySpec]], {
 | 
				
			||||||
  -- Configure any other `lazy.nvim` configuration options here
 | 
					  -- Configure any other `lazy.nvim` configuration options here
 | 
				
			||||||
  install = { colorscheme = { "astrodark", "habamax" } },
 | 
					  install = { colorscheme = { "astrotheme", "habamax" } },
 | 
				
			||||||
  ui = { backdrop = 100 },
 | 
					  ui = { backdrop = 100 },
 | 
				
			||||||
  performance = {
 | 
					  performance = {
 | 
				
			||||||
    rtp = {
 | 
					    rtp = {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user