Set theme to gruvbox
This commit is contained in:
		
							parent
							
								
									aa1513412f
								
							
						
					
					
						commit
						35d7773232
					
				| 
						 | 
					@ -2,6 +2,7 @@ vim.opt.tabstop = 2
 | 
				
			||||||
vim.opt.shiftwidth = 2
 | 
					vim.opt.shiftwidth = 2
 | 
				
			||||||
vim.opt.expandtab = true
 | 
					vim.opt.expandtab = true
 | 
				
			||||||
vim.bo.softtabstop = 2
 | 
					vim.bo.softtabstop = 2
 | 
				
			||||||
 | 
					vim.opt.relativenumber = true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-- Set custom colorscheme [[ NOTE: Never set it to onedark cuz it breaks the editor ]]
 | 
					-- Set custom colorscheme [[ NOTE: Never set it to "onedark" cuz it breaks the editor ]]
 | 
				
			||||||
vim.cmd.colorscheme 'tokyonight-night'
 | 
					vim.cmd.colorscheme 'gruvbox'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue