mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
fix(picker): disable colorcolumn
This commit is contained in:
parent
2de1a7c84f
commit
27320b14c9
3 changed files with 3 additions and 0 deletions
|
@ -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" },
|
||||
|
|
|
@ -169,6 +169,7 @@ local defaults = {
|
|||
minimal = false,
|
||||
wo = {
|
||||
cursorline = false,
|
||||
colorcolumn = "",
|
||||
},
|
||||
keys = {
|
||||
["q"] = "close",
|
||||
|
|
|
@ -125,6 +125,7 @@ Snacks.config.style("minimal", {
|
|||
cursorcolumn = false,
|
||||
cursorline = false,
|
||||
cursorlineopt = "both",
|
||||
colorcolumn = "",
|
||||
fillchars = "eob: ,lastline:…",
|
||||
list = false,
|
||||
listchars = "extends:…,tab: ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue