feat(lualine): Lazy load on event VeryLazy
This commit is contained in:
		
							parent
							
								
									478552ea38
								
							
						
					
					
						commit
						79b55158e1
					
				| 
						 | 
					@ -1,10 +1,10 @@
 | 
				
			||||||
return {
 | 
					 | 
				
			||||||
  -- Set lualine as statusline
 | 
					 | 
				
			||||||
  'nvim-lualine/lualine.nvim',
 | 
					 | 
				
			||||||
-- See `:help lualine.txt`
 | 
					-- See `:help lualine.txt`
 | 
				
			||||||
 | 
					return {
 | 
				
			||||||
 | 
					  'nvim-lualine/lualine.nvim',
 | 
				
			||||||
  dependencies = {
 | 
					  dependencies = {
 | 
				
			||||||
    'nvim-tree/nvim-web-devicons', opt = true
 | 
					    'nvim-tree/nvim-web-devicons', opt = true
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					  event = 'VeryLazy',
 | 
				
			||||||
  opts = {
 | 
					  opts = {
 | 
				
			||||||
    options = {
 | 
					    options = {
 | 
				
			||||||
      icons_enabled = true,
 | 
					      icons_enabled = true,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue