Skip to content

Commit 55895c7

Browse files
committed
fix: #1933: Remove redundant plugin and allow mason to autoconfigure installed servers
1 parent 58170c7 commit 55895c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

init.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ require('lazy').setup({
496496
},
497497
-- Maps LSP server names between nvim-lspconfig and Mason package names.
498498
'mason-org/mason-lspconfig.nvim',
499-
'WhoIsSethDaniel/mason-tool-installer.nvim',
500499

501500
-- Useful status updates for LSP.
502501
{ 'j-hui/fidget.nvim', opts = {} },
@@ -655,7 +654,7 @@ require('lazy').setup({
655654
-- You can add other tools here that you want Mason to install
656655
})
657656

658-
require('mason-tool-installer').setup { ensure_installed = ensure_installed }
657+
require('mason-lspconfig').setup { ensure_installed = ensure_installed }
659658

660659
for name, server in pairs(servers) do
661660
vim.lsp.config(name, server)

0 commit comments

Comments
 (0)