HELLO NvChad

This commit is contained in:
2026-09-07 02:35:31 -04:00
committed by thread
parent add44b952d
commit 649dab28c8
11 changed files with 428 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
---@type ChadrcConfig
local M = {}
-- Path to overriding theme and highlights files
local highlights = require "custom.highlights"
M.ui = {
theme = "ashes",
theme_toggle = { "ashes", "one_light" },
hl_override = highlights.override,
hl_add = highlights.add,
}
M.plugins = "custom.plugins"
-- check core.mappings for table structure
M.mappings = require "custom.mappings"
return M