gitignore custom dir | add example configs
This commit is contained in:
13
examples/example_chadrc.lua
Normal file
13
examples/example_chadrc.lua
Normal 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
|
||||
Reference in New Issue
Block a user