move to one folder
This commit is contained in:
parent
b1d1c138a7
commit
f2772f88bc
23 changed files with 117 additions and 52 deletions
6
.config/nvim/lua/custom/chadrc.lua
Normal file
6
.config/nvim/lua/custom/chadrc.lua
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---@type ChadrcConfig
|
||||
local M = {}
|
||||
M.ui = {theme = 'catppuccin'}
|
||||
M.plugins = "custom.plugins"
|
||||
M.mappings = require "custom.mappings"
|
||||
return M
|
||||
Loading…
Add table
Add a link
Reference in a new issue