local M = {} M.options, M.ui, M.mappings, M.plugins = {}, {}, {}, {} M.ui = { theme = "tokyonight", transparency = true, } M.plugins = { options = {}, status = { dashboard = true, telescope_media = true, }, default_plugin_config_replace = {}, } return M