Remove auto-folding and set transparency to false by default

This commit is contained in:
c-salomonsen
2025-09-13 02:09:09 +02:00
parent 5b68fda6bb
commit ee1e8110a1
2 changed files with 2 additions and 11 deletions

View File

@@ -6,8 +6,8 @@
local M = {}
M.base46 = {
theme = "doomchad",
transparency = true,
theme = "chadracula",
transparency = false,
hl_override = {
Comment = { italic = true },