First c ommit ever
This commit is contained in:
14
private_dot_config/nvim/lua/custom/chadrc.lua
Normal file
14
private_dot_config/nvim/lua/custom/chadrc.lua
Normal 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
|
||||
Reference in New Issue
Block a user