Clear FoldColumn

This commit is contained in:
2024-02-21 17:00:21 +01:00
parent 0c657b5bc8
commit 2131742250

View File

@@ -46,7 +46,7 @@ return function(theme, palette)
-- Columns
ColorColumn = theme.active,
FoldColumn = theme.active,
FoldColumn = theme.none,
Folded = theme.conceal,
SignColumn = theme.none,