Merge upstream: Re-add mason-lspconfig

This commit is contained in:
Damjan 9000 2026-03-15 13:10:26 +01:00
commit e22b470f4e

View File

@ -8,6 +8,8 @@ return {
-- Mason must be loaded before its dependents so we need to set it up here.
-- NOTE: `opts = {}` is the same as calling `require('mason').setup({})`
{ 'mason-org/mason.nvim', opts = {} },
-- 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.