First c ommit ever

This commit is contained in:
LinlyBoi
2022-11-25 10:36:46 +02:00
commit 08cdff2f3f
214 changed files with 10989 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
-- 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 = "gruvbox",
}
M.plugins = require "custom.plugins"
return M