local M = {} function M.config() local status_ok, mason = pcall(require, "mason") if not status_ok then return end mason.setup {} end return M