clean unused folder

master
spike 2 years ago
parent b0ca1ac78d
commit e455d26805

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

@ -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)
Loading…
Cancel
Save