nvchad/lua/chadrc.lua
2024-03-18 06:34:01 +05:30

14 lines
178 B
Lua

---@type ChadrcConfig
local M = {}
M.ui = {
theme = "onedark",
-- hl_override = {
-- Comment = { italic = true },
-- ["@comment"] = { italic = true },
-- },
}
return M