return { { "mason-org/mason.nvim", opts = { PATH = "append", ensure_installed = {}, }, }, { "neovim/nvim-lspconfig", opts = { servers = { -- Prevent Mason from auto-installing these (glibc binaries crash -- on Alpine/musl). clangd is provided by the system package. lua_ls = { mason = false }, clangd = { mason = false }, }, }, }, }