VoidVim/lua/chadrc.lua

17 lines
297 B
Lua
Raw Normal View History

2024-06-23 17:18:36 +03:00
-- This file needs to have same structure as nvconfig.lua
-- https://github.com/NvChad/ui/blob/v2.5/lua/nvconfig.lua
2024-03-23 09:19:07 +03:00
2024-03-18 04:04:01 +03:00
---@type ChadrcConfig
2024-03-09 19:03:44 +03:00
local M = {}
M.ui = {
2024-03-18 04:04:01 +03:00
theme = "onedark",
-- hl_override = {
-- Comment = { italic = true },
-- ["@comment"] = { italic = true },
-- },
2024-03-09 19:03:44 +03:00
}
return M