rm hooks
This commit is contained in:
12
examples/chadrc.lua
Normal file
12
examples/chadrc.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
-- This is an example chadrc file , its supposed to be placed in /lua/custom/
|
||||
|
||||
local M = {}
|
||||
|
||||
-- make sure you maintain the structure of `core/default_config.lua` here,
|
||||
-- example of changing theme:
|
||||
|
||||
M.ui = {
|
||||
theme = "onedark",
|
||||
}
|
||||
|
||||
return M
|
||||
Reference in New Issue
Block a user