We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6cb057 commit 57783a7Copy full SHA for 57783a7
config/dot_config/nvchad/lua/chadrc.lua
@@ -6,9 +6,12 @@
6
local M = {}
7
8
M.ui = {
9
- theme = "catppuccin",
10
transparency = true,
11
+ nvdash = {
12
+ load_on_startup = true
13
+ },
14
+
15
statusline = {
16
theme = "vscode",
17
separator_style = "default",
@@ -28,14 +31,14 @@ M.ui = {
28
31
extended_integrations = { "trouble", "alpha", "dap" },
29
32
}
30
33
--- M.base46 = {
--- theme = "onedark",
34
+M.base46 = {
35
+ theme = "onedark",
36
--- -- hl_override = {
--- -- Comment = { italic = true },
--- -- ["@comment"] = { italic = true },
37
--- -- },
38
--- }
+ hl_override = {
+ Comment = { italic = true },
39
+ ["@comment"] = { italic = true },
40
41
+}
42
43
-- M.nvdash = { load_on_startup = true }
44
-- M.ui = {
0 commit comments