fix(picker.list): let user override wrap
Some checks failed
CI / ci (push) Failing after 0s

This commit is contained in:
Folke Lemaitre 2025-02-06 11:38:10 +01:00
parent a542ea4d34
commit 22da4bd511
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -83,7 +83,6 @@ function M.new(picker)
winhighlight = Snacks.picker.highlight.winhl("SnacksPickerList", { CursorLine = "Visual" }),
linebreak = true,
breakindent = true,
wrap = false,
},
})
self.win = Snacks.win(win_opts)