chore: removed old nvchad config dir
This commit is contained in:
		
							parent
							
								
									2c37ea0285
								
							
						
					
					
						commit
						5179b2c13c
					
				|  | @ -1,38 +0,0 @@ | |||
| return { | ||||
|   { | ||||
|     "stevearc/conform.nvim", | ||||
|     -- event = 'BufWritePre', -- uncomment for format on save | ||||
|     config = function() | ||||
|       require "configs.conform" | ||||
|     end, | ||||
|   }, | ||||
| 
 | ||||
|   -- These are some examples, uncomment them if you want to see them work! | ||||
|   -- { | ||||
|   --   "neovim/nvim-lspconfig", | ||||
|   --   config = function() | ||||
|   --     require("nvchad.configs.lspconfig").defaults() | ||||
|   --     require "configs.lspconfig" | ||||
|   --   end, | ||||
|   -- }, | ||||
|   -- | ||||
|   { | ||||
|   	"williamboman/mason.nvim", | ||||
|   	opts = { | ||||
|   		ensure_installed = { | ||||
|   			"lua-language-server", "stylua", | ||||
|   			"html-lsp", "css-lsp" , "prettier" | ||||
|   		}, | ||||
|   	}, | ||||
|   }, | ||||
| 
 | ||||
|   { | ||||
|   	"nvim-treesitter/nvim-treesitter", | ||||
|   	opts = { | ||||
|   		ensure_installed = { | ||||
|   			"vim", "lua", "vimdoc", | ||||
|        "html", "css", "tsx" | ||||
|   		}, | ||||
|   	}, | ||||
|   }, | ||||
| } | ||||
		Loading…
	
		Reference in New Issue