2022-01-07 09:28:05 -05:00
|
|
|
-- This is an example chadrc file , its supposed to be placed in /lua/custom/
|
2021-11-18 21:14:06 -05:00
|
|
|
|
|
|
|
local M = {}
|
|
|
|
|
|
|
|
-- make sure you maintain the structure of `core/default_config.lua` here,
|
|
|
|
-- example of changing theme:
|
|
|
|
|
|
|
|
M.ui = {
|
2022-01-07 09:28:05 -05:00
|
|
|
theme = "onedark",
|
2021-11-18 21:14:06 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
return M
|