update
This commit is contained in:
		
							parent
							
								
									dfffacd042
								
							
						
					
					
						commit
						3cc0947926
					
				
					 1 changed files with 1 additions and 10 deletions
				
			
		
							
								
								
									
										11
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								init.lua
									
									
									
									
									
								
							|  | @ -41,10 +41,9 @@ require("lazy").setup({ | ||||||
| 	{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" }, | 	{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" }, | ||||||
| 	{ | 	{ | ||||||
| 		"benlubas/molten-nvim", | 		"benlubas/molten-nvim", | ||||||
| 		version = "^1.0.0", -- use version <2.0.0 to avoid breaking changes | 		version = "^1.0.0", | ||||||
| 		build = ":UpdateRemotePlugins", | 		build = ":UpdateRemotePlugins", | ||||||
| 		init = function() | 		init = function() | ||||||
| 			-- this is an example, not a default. Please see the readme for more configuration options |  | ||||||
| 			vim.g.molten_output_win_max_height = 12 | 			vim.g.molten_output_win_max_height = 12 | ||||||
| 		end, | 		end, | ||||||
| 	}, | 	}, | ||||||
|  | @ -52,13 +51,6 @@ require("lazy").setup({ | ||||||
| 		"williamboman/mason.nvim", | 		"williamboman/mason.nvim", | ||||||
| 		opts = {} | 		opts = {} | ||||||
| 	}, | 	}, | ||||||
| 	{ |  | ||||||
| 		"vhyrro/luarocks.nvim", |  | ||||||
| 		priority = 1000, |  | ||||||
| 		opts = { |  | ||||||
| 			rocks = { "magick" }, |  | ||||||
| 		}, |  | ||||||
| 	}, |  | ||||||
| 	"rcarriga/nvim-notify", | 	"rcarriga/nvim-notify", | ||||||
| 	{ | 	{ | ||||||
| 		'windwp/nvim-autopairs', | 		'windwp/nvim-autopairs', | ||||||
|  | @ -73,7 +65,6 @@ require("lazy").setup({ | ||||||
| 	'hrsh7th/cmp-vsnip', | 	'hrsh7th/cmp-vsnip', | ||||||
| 	'hrsh7th/vim-vsnip', | 	'hrsh7th/vim-vsnip', | ||||||
| 	"neovim/nvim-lspconfig", | 	"neovim/nvim-lspconfig", | ||||||
| 
 |  | ||||||
| 	{ | 	{ | ||||||
| 		"terrortylor/nvim-comment", | 		"terrortylor/nvim-comment", | ||||||
| 		config = function() | 		config = function() | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue