return { "williamboman/mason-lspconfig.nvim", dependencies = { "williamboman/mason.nvim" }, config = function() require("mason-lspconfig").setup({ -- mason-lspconfig currently expects the legacy name "tsserver" ensure_installed = { "lua_ls", "ts_ls", "html", "cssls", "jsonls", "bashls", "marksman", "intelephense", }, automatic_installation = true, }) end, }