local present, autodm = pcall(require, "auto-dark-mode") if not (present and vim.fn.has("mac") == 1) then return end autodm.setup({}) autodm.init()