updated to current template
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
-- if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
 | 
					if true then return {} end -- WARN: REMOVE THIS LINE TO ACTIVATE THIS FILE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- AstroCommunity: import any community modules here
 | 
					-- AstroCommunity: import any community modules here
 | 
				
			||||||
-- We import this file in `lazy_setup.lua` before the `plugins/` folder.
 | 
					-- We import this file in `lazy_setup.lua` before the `plugins/` folder.
 | 
				
			||||||
@@ -6,8 +6,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
---@type LazySpec
 | 
					---@type LazySpec
 | 
				
			||||||
return {
 | 
					return {
 | 
				
			||||||
  -- TODO: Remove branch v4 on release
 | 
					  "AstroNvim/astrocommunity",
 | 
				
			||||||
  { "AstroNvim/astrocommunity", branch = "v4" },
 | 
					 | 
				
			||||||
  { import = "astrocommunity.pack.lua" },
 | 
					  { import = "astrocommunity.pack.lua" },
 | 
				
			||||||
  -- import/override with your plugins folder
 | 
					  -- import/override with your plugins folder
 | 
				
			||||||
  { import = "astrocommunity.colorscheme.tokyonight-nvim" },
 | 
					  { import = "astrocommunity.colorscheme.tokyonight-nvim" },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user