initial commit

This commit is contained in:
DarianTr
2023-09-28 13:46:55 +02:00
commit bbb3a9dfd3
5 changed files with 156 additions and 0 deletions

6
chadrc.lua Normal file
View File

@@ -0,0 +1,6 @@
---@type ChadrcConfig
local M = {}
M.ui = { theme = 'catppuccin' }
M.plugins = "custom.plugins"
M.mappings = require("custom.mappings")
return M