diff --git a/examples/chadrc.lua b/examples/chadrc.lua deleted file mode 100644 index 62bfd71..0000000 --- a/examples/chadrc.lua +++ /dev/null @@ -1,12 +0,0 @@ --- Just an example, 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 = "gruvchad", -} - -return M diff --git a/examples/init.lua b/examples/init.lua deleted file mode 100644 index 3dccbd2..0000000 --- a/examples/init.lua +++ /dev/null @@ -1,3 +0,0 @@ --- example file i.e lua/custom/init.lua --- load your options globals, autocmds here or anything .__. --- you can even override default options here (core/options.lua)