This commit is contained in:
Gabe Farrell 2024-04-04 21:50:28 -04:00
commit 6eb999b94f
11 changed files with 920 additions and 0 deletions

16
lua/chadrc.lua Normal file
View file

@ -0,0 +1,16 @@
-- This file needs to have same structure as nvconfig.lua
-- https://github.com/NvChad/NvChad/blob/v2.5/lua/nvconfig.lua
---@type ChadrcConfig
local M = {}
M.ui = {
theme = "onedark",
-- hl_override = {
-- Comment = { italic = true },
-- ["@comment"] = { italic = true },
-- },
}
return M