8 lines
107 B
Lua
8 lines
107 B
Lua
|
---@type ChadrcConfig
|
||
|
local M = {}
|
||
|
|
||
|
M.ui = { theme = 'catppuccin' }
|
||
|
M.plugins = 'custom.plugins'
|
||
|
|
||
|
return M
|