diff --git a/init.lua b/init.lua index ed50b69d7f3..55c4634ff52 100644 --- a/init.lua +++ b/init.lua @@ -496,7 +496,6 @@ require('lazy').setup({ }, -- Maps LSP server names between nvim-lspconfig and Mason package names. 'mason-org/mason-lspconfig.nvim', - 'WhoIsSethDaniel/mason-tool-installer.nvim', -- Useful status updates for LSP. { 'j-hui/fidget.nvim', opts = {} }, @@ -655,7 +654,7 @@ require('lazy').setup({ -- You can add other tools here that you want Mason to install }) - require('mason-tool-installer').setup { ensure_installed = ensure_installed } + require('mason-lspconfig').setup { ensure_installed = ensure_installed } for name, server in pairs(servers) do vim.lsp.config(name, server)