move to one folder

This commit is contained in:
2024-05-26 05:54:35 -05:00
parent b1d1c138a7
commit f2772f88bc
23 changed files with 117 additions and 52 deletions

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