formatting and dependency management.
This commit is contained in:
		
							parent
							
								
									afc4a469df
								
							
						
					
					
						commit
						db47c98ee8
					
				
					 1 changed files with 10 additions and 4 deletions
				
			
		| 
						 | 
					@ -51,6 +51,9 @@ require('lazy').setup({
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		'williamboman/mason.nvim',
 | 
							'williamboman/mason.nvim',
 | 
				
			||||||
 | 
							dependencies = {
 | 
				
			||||||
 | 
								"williamboman/mason-lspconfig.nvim",
 | 
				
			||||||
 | 
							},
 | 
				
			||||||
		opts = {
 | 
							opts = {
 | 
				
			||||||
			ui = {
 | 
								ui = {
 | 
				
			||||||
				icons = {
 | 
									icons = {
 | 
				
			||||||
| 
						 | 
					@ -63,6 +66,9 @@ require('lazy').setup({
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		"williamboman/mason-lspconfig.nvim",
 | 
							"williamboman/mason-lspconfig.nvim",
 | 
				
			||||||
 | 
							dependencies = {
 | 
				
			||||||
 | 
								"neovim/nvim-lspconfig",
 | 
				
			||||||
 | 
							},
 | 
				
			||||||
		config = function()
 | 
							config = function()
 | 
				
			||||||
			require("mason-lspconfig").setup({
 | 
								require("mason-lspconfig").setup({
 | 
				
			||||||
				ensure_installed = {
 | 
									ensure_installed = {
 | 
				
			||||||
| 
						 | 
					@ -123,10 +129,10 @@ require('lazy').setup({
 | 
				
			||||||
		'nvim-telescope/telescope.nvim',
 | 
							'nvim-telescope/telescope.nvim',
 | 
				
			||||||
		config = true,
 | 
							config = true,
 | 
				
			||||||
		dependencies = {
 | 
							dependencies = {
 | 
				
			||||||
			{ 'nvim-lua/popup.nvim' },
 | 
								'nvim-lua/popup.nvim',
 | 
				
			||||||
			{ 'nvim-treesitter/nvim-treesitter' },
 | 
								'nvim-treesitter/nvim-treesitter',
 | 
				
			||||||
			{ 'nvim-telescope/telescope-symbols.nvim' },
 | 
								'nvim-telescope/telescope-symbols.nvim',
 | 
				
			||||||
			{ 'nvim-telescope/telescope-file-browser.nvim' },
 | 
								'nvim-telescope/telescope-file-browser.nvim',
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue