aboutsummaryrefslogtreecommitdiff
path: root/nvim/custom/chadrc.lua
blob: d9858e127c3d65104a7710d20f2a76d042ef3e97 (plain)
1
2
3
4
5
6
7
---@type ChadrcConfig
local M = {}

M.ui = { theme = 'gruvchad' }
M.plugins = "custom.plugins"

return M