Make init.lua copy-paste friendly
This commit is contained in:
		
							parent
							
								
									6967424521
								
							
						
					
					
						commit
						957655ddb8
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		
							
								
								
									
										5
									
								
								init.lua
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								init.lua
									
										
									
									
									
								
							|  | @ -197,12 +197,13 @@ require('lazy').setup({ | ||||||
|   -- require 'kickstart.plugins.autoformat', |   -- require 'kickstart.plugins.autoformat', | ||||||
|   -- require 'kickstart.plugins.debug', |   -- require 'kickstart.plugins.debug', | ||||||
| 
 | 
 | ||||||
|   -- NOTE: The import below automatically adds your own plugins, configuration, etc from `lua/custom/plugins/*.lua` |   -- NOTE: The import below can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua` | ||||||
|   --    You can use this folder to prevent any conflicts with this init.lua if you're interested in keeping |   --    You can use this folder to prevent any conflicts with this init.lua if you're interested in keeping | ||||||
|   --    up-to-date with whatever is in the kickstart repo. |   --    up-to-date with whatever is in the kickstart repo. | ||||||
|  |   --    Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. | ||||||
|   -- |   -- | ||||||
|   --    For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins |   --    For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins | ||||||
|   { import = 'custom.plugins' }, |   -- { import = 'custom.plugins' }, | ||||||
| }, {}) | }, {}) | ||||||
| 
 | 
 | ||||||
| -- [[ Setting options ]] | -- [[ Setting options ]] | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dheepak Krishnamurthy
						Dheepak Krishnamurthy