Migrate to NvChad v2.5
This commit is contained in:
		
							
								
								
									
										64
									
								
								lua/plugins/init.lua
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										64
									
								
								lua/plugins/init.lua
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,64 @@ | ||||
| return { | ||||
|   { | ||||
|     "stevearc/conform.nvim", | ||||
|     -- event = 'BufWritePre', -- uncomment for format on save | ||||
|     config = function() | ||||
|       require "configs.conform" | ||||
|     end, | ||||
|   }, | ||||
|   { | ||||
|     "williamboman/mason.nvim", | ||||
|     opts = { | ||||
|       ensure_installed = { | ||||
|         "python-lsp-server", | ||||
|         "debugpy", | ||||
|       }, | ||||
|     }, | ||||
|   }, | ||||
|   { | ||||
|     "Bekaboo/deadcolumn.nvim", | ||||
|   }, | ||||
|   { | ||||
|     "neovim/nvim-lspconfig", | ||||
|     config = function () | ||||
|       require "nvchad.configs.lspconfig" | ||||
|       require "configs.lspconfig" | ||||
|     end | ||||
|   }, | ||||
|   { | ||||
|     "stevearc/vim-arduino", | ||||
|     ft = {"arduino"}, | ||||
|   }, | ||||
|   { | ||||
|     "tpope/vim-fugitive", | ||||
|     lazy = false, | ||||
|   }, | ||||
|   -- 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" | ||||
|   -- 		}, | ||||
|   -- 	}, | ||||
|   -- }, | ||||
| } | ||||
		Reference in New Issue
	
	Block a user