fix(picker): disable colorcolumn

This commit is contained in:
Folke Lemaitre 2025-01-13 22:13:53 +01:00
parent 2de1a7c84f
commit 27320b14c9
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 3 additions and 0 deletions

View file

@ -65,6 +65,7 @@ function M.new(opts)
enter = false,
show = false,
resize = false,
noautocmd = true,
backdrop = backdrop,
zindex = (self.opts.layout.zindex or 50) + box.depth,
bo = { filetype = "snacks_layout_box" },

View file

@ -169,6 +169,7 @@ local defaults = {
minimal = false,
wo = {
cursorline = false,
colorcolumn = "",
},
keys = {
["q"] = "close",

View file

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