local status, catppuccin = pcall(require, "catppuccin") if not status then return end catppuccin.setup({ integrations = { notify = true, mason = true, }, })