mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
fix(win): set foldcolumn='0' for minimal style. See #2390
This commit is contained in:
parent
13edbc681c
commit
195faa0646
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ Snacks.config.style("minimal", {
|
|||
cursorlineopt = "both",
|
||||
colorcolumn = "",
|
||||
fillchars = "eob: ,lastline:…",
|
||||
foldcolumn = "0",
|
||||
list = false,
|
||||
listchars = "extends:…,tab: ",
|
||||
number = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue