merge init.lua
This commit is contained in:
		
						commit
						1b8badcd85
					
				
							
								
								
									
										5
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										5
									
								
								init.lua
								
								
								
								
							| 
						 | 
					@ -890,7 +890,7 @@ require('lazy').setup({
 | 
				
			||||||
  ui = {
 | 
					  ui = {
 | 
				
			||||||
    -- If you are using a Nerd Font: set icons to an empty table which will use the
 | 
					    -- If you are using a Nerd Font: set icons to an empty table which will use the
 | 
				
			||||||
    -- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table
 | 
					    -- default lazy.nvim defined Nerd Font icons, otherwise define a unicode icons table
 | 
				
			||||||
    --[[ icons = vim.g.have_nerd_font and {} or {
 | 
					    icons = vim.g.have_nerd_font and {} or {
 | 
				
			||||||
      cmd = '⌘',
 | 
					      cmd = '⌘',
 | 
				
			||||||
      config = '🛠',
 | 
					      config = '🛠',
 | 
				
			||||||
      event = '📅',
 | 
					      event = '📅',
 | 
				
			||||||
| 
						 | 
					@ -904,8 +904,7 @@ require('lazy').setup({
 | 
				
			||||||
      start = '🚀',
 | 
					      start = '🚀',
 | 
				
			||||||
      task = '📌',
 | 
					      task = '📌',
 | 
				
			||||||
      lazy = '💤 ',
 | 
					      lazy = '💤 ',
 | 
				
			||||||
    }, ]]
 | 
					    },
 | 
				
			||||||
    --
 | 
					 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue