feat(nvim): added mason and dap
This commit is contained in:
		
							parent
							
								
									a4f0645ab8
								
							
						
					
					
						commit
						d5dff83e53
					
				
							
								
								
									
										11
									
								
								init.lua
								
								
								
								
							
							
						
						
									
										11
									
								
								init.lua
								
								
								
								
							| 
						 | 
					@ -91,7 +91,15 @@ require('lazy').setup({
 | 
				
			||||||
    end,
 | 
					    end,
 | 
				
			||||||
    dependencies = {
 | 
					    dependencies = {
 | 
				
			||||||
      -- Automatically install LSPs to stdpath for neovim
 | 
					      -- Automatically install LSPs to stdpath for neovim
 | 
				
			||||||
      { 'williamboman/mason.nvim',                  config = true },
 | 
					      {
 | 
				
			||||||
 | 
					        'williamboman/mason.nvim',
 | 
				
			||||||
 | 
					        opts = {
 | 
				
			||||||
 | 
					          ensure_installed = {
 | 
				
			||||||
 | 
					            "typescript-language-server"
 | 
				
			||||||
 | 
					          }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        config = true
 | 
				
			||||||
 | 
					      },
 | 
				
			||||||
      'williamboman/mason-lspconfig.nvim',
 | 
					      'williamboman/mason-lspconfig.nvim',
 | 
				
			||||||
      { "WhoIsSethDaniel/mason-tool-installer.nvim" },
 | 
					      { "WhoIsSethDaniel/mason-tool-installer.nvim" },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -541,7 +549,6 @@ MasonToolInstaller.setup({
 | 
				
			||||||
    { "helm-ls",                         auto_update = true },
 | 
					    { "helm-ls",                         auto_update = true },
 | 
				
			||||||
    { "html-lsp" },
 | 
					    { "html-lsp" },
 | 
				
			||||||
    { "html-lsp",                        auto_update = true },
 | 
					    { "html-lsp",                        auto_update = true },
 | 
				
			||||||
    { "jason-lsp",                       auto_update = true },
 | 
					 | 
				
			||||||
    { "jq-lsp",                          auto_update = true },
 | 
					    { "jq-lsp",                          auto_update = true },
 | 
				
			||||||
    { "jsonls" },
 | 
					    { "jsonls" },
 | 
				
			||||||
    { "lua-language-server",             auto_update = true },
 | 
					    { "lua-language-server",             auto_update = true },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue