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