gitignore custom dir | add example configs

This commit is contained in:
siduck
2021-11-19 07:44:06 +05:30
parent 5c69d46dd6
commit b4da490138
4 changed files with 53 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
-- This is an example chadrc file , its supposed to be placed in /lua/custom dir
-- lua/custom/chadrc.lua
local M = {}
-- make sure you maintain the structure of `core/default_config.lua` here,
-- example of changing theme:
M.ui = {
theme = "gruvchad",
}
return M