---@type ChadrcConfig
local M = {}
M.ui = { theme = 'oxocarbon' }
M.plugins = "custom.plugins"
M.mappings = require "custom.mappings"
return M