We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58170c7 commit 55895c7Copy full SHA for 55895c7
init.lua
@@ -496,7 +496,6 @@ require('lazy').setup({
496
},
497
-- Maps LSP server names between nvim-lspconfig and Mason package names.
498
'mason-org/mason-lspconfig.nvim',
499
- 'WhoIsSethDaniel/mason-tool-installer.nvim',
500
501
-- Useful status updates for LSP.
502
{ 'j-hui/fidget.nvim', opts = {} },
@@ -655,7 +654,7 @@ require('lazy').setup({
655
654
-- You can add other tools here that you want Mason to install
656
})
657
658
- require('mason-tool-installer').setup { ensure_installed = ensure_installed }
+ require('mason-lspconfig').setup { ensure_installed = ensure_installed }
659
660
for name, server in pairs(servers) do
661
vim.lsp.config(name, server)
0 commit comments