Files
nvim/lua/chadrc.lua

14 lines
178 B
Lua
Raw Normal View History

2024-03-18 06:34:01 +05:30
---@type ChadrcConfig
2024-03-09 21:33:44 +05:30
local M = {}
M.ui = {
2024-03-18 06:34:01 +05:30
theme = "onedark",
-- hl_override = {
-- Comment = { italic = true },
-- ["@comment"] = { italic = true },
-- },
2024-03-09 21:33:44 +05:30
}
return M