fix(picker): increase default show_delay to 5s. Closes #2364

This commit is contained in:
Folke Lemaitre 2025-10-28 00:21:24 +01:00
parent 548517049b
commit b3197e3a2a
No known key found for this signature in database
GPG key ID: 9B52594D560070AB

View file

@ -117,7 +117,7 @@ local defaults = {
prompt = "",
sources = {},
focus = "input",
show_delay = 1000,
show_delay = 5000,
limit_live = 10000,
layout = {
cycle = true,