Added ts tools and changed theme to tokyonight
This commit is contained in:
		@@ -1,11 +1,8 @@
 | 
			
		||||
return {
 | 
			
		||||
	"briones-gabriel/darcula-solid.nvim",
 | 
			
		||||
	dependencies = {
 | 
			
		||||
		"rktjmp/lush.nvim",
 | 
			
		||||
	},
 | 
			
		||||
	lazy = false, -- make sure we load this during startup if it is your main colorscheme
 | 
			
		||||
	priority = 1000, -- make sure to load this before all the other start plugins
 | 
			
		||||
	"folke/tokyonight.nvim",
 | 
			
		||||
	lazy = false,
 | 
			
		||||
	priority = 1000,
 | 
			
		||||
	config = function()
 | 
			
		||||
		vim.cmd([[colorscheme darcula-solid]])
 | 
			
		||||
		vim.cmd([[colorscheme tokyonight]])
 | 
			
		||||
	end,
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user