remove examples dir

https://github.com/NvChad/example_config
This commit is contained in:
siduck 2022-09-09 12:36:12 +05:30
parent 0e6ab04ed7
commit 871064a5da
2 changed files with 0 additions and 15 deletions

View file

@ -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

View file

@ -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)