diff --git a/lua/custom/example_chadrc.lua b/lua/custom/example_chadrc.lua deleted file mode 100644 index f503361..0000000 --- a/lua/custom/example_chadrc.lua +++ /dev/null @@ -1,10 +0,0 @@ -local M = {} - --- make sure you maintain the structure of `core/default_config.lua` here, --- example of changing theme: - -M.ui = { - theme = "gruvchad", -} - -return M