nvchad/lua/chadrc.lua

14 lines
178 B
Lua
Raw Normal View History

2024-03-17 21:04:01 -04:00
---@type ChadrcConfig
2024-03-09 11:03:44 -05:00
local M = {}
M.ui = {
2024-03-17 21:04:01 -04:00
theme = "onedark",
-- hl_override = {
-- Comment = { italic = true },
-- ["@comment"] = { italic = true },
-- },
2024-03-09 11:03:44 -05:00
}
return M