fix(win): set foldcolumn='0' for minimal style. See #2390

This commit is contained in:
Folke Lemaitre 2025-11-05 07:21:27 +01:00
parent 13edbc681c
commit 195faa0646
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -133,6 +133,7 @@ Snacks.config.style("minimal", {
cursorlineopt = "both",
colorcolumn = "",
fillchars = "eob: ,lastline:…",
foldcolumn = "0",
list = false,
listchars = "extends:…,tab: ",
number = false,