return { { "mason-org/mason.nvim", tag = "v1.11.0", config = function() require("mason").setup({}) end, }, { "mason-org/mason-lspconfig.nvim", tag = "v1.32.0", config = function() require("mason-lspconfig").setup({ ensure_installed = { "lua_ls", "bashls", "dockerls", --"gh-actions-language-server", "helm_ls", "jsonls", "marksman", "nginx_language_server", "ruff", "yamlls", }, }) end, }, }