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