local status_ok, mason = pcall(require, "mason") if not status_ok then return end mason.setup(astronvim.user_plugin_opts("plugins.mason", { ui = { icons = { package_installed = "✓", package_uninstalled = "✗", package_pending = "⟳", }, }, }))