add nvchad_types & .stylua.toml

This commit is contained in:
siduck 2024-03-18 06:34:01 +05:30
parent 9d47133ba1
commit 726248c2f3
6 changed files with 75 additions and 9 deletions

View file

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