1 2 3 4 5 6 7
---@type ChadrcConfig local M = {} M.ui = { theme = 'gruvchad' } M.plugins = "custom.plugins" return M