Revert "update with changeds from kickstart.nvim"
This reverts commit acdaf366cf.
			
			
This commit is contained in:
		
							parent
							
								
									acdaf366cf
								
							
						
					
					
						commit
						7d1bacbbbb
					
				
							
								
								
									
										9
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										9
									
								
								init.lua
								
								
								
								
							| 
						 | 
					@ -201,13 +201,8 @@ require('lazy').setup({
 | 
				
			||||||
    -- Theme inspired by Atom
 | 
					    -- Theme inspired by Atom
 | 
				
			||||||
    'navarasu/onedark.nvim',
 | 
					    'navarasu/onedark.nvim',
 | 
				
			||||||
    priority = 1000,
 | 
					    priority = 1000,
 | 
				
			||||||
    lazy = true,
 | 
					 | 
				
			||||||
    config = function()
 | 
					    config = function()
 | 
				
			||||||
      require('onedark').setup({
 | 
					      vim.cmd.colorscheme('onedark')
 | 
				
			||||||
        -- Set a style preset. 'dark' is default.
 | 
					 | 
				
			||||||
        style = 'dark', -- dark, darker, cool, deep, warm, warmer, light
 | 
					 | 
				
			||||||
      })
 | 
					 | 
				
			||||||
      require('onedark').load()
 | 
					 | 
				
			||||||
    end,
 | 
					    end,
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -221,7 +216,7 @@ require('lazy').setup({
 | 
				
			||||||
    opts = {
 | 
					    opts = {
 | 
				
			||||||
      options = {
 | 
					      options = {
 | 
				
			||||||
        icons_enabled = true,
 | 
					        icons_enabled = true,
 | 
				
			||||||
        theme = 'auto',
 | 
					        theme = 'onedark',
 | 
				
			||||||
        component_separators = '|',
 | 
					        component_separators = '|',
 | 
				
			||||||
        section_separators = '',
 | 
					        section_separators = '',
 | 
				
			||||||
      },
 | 
					      },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue