mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
fix(picker): increase default show_delay to 5s. Closes #2364
This commit is contained in:
parent
548517049b
commit
b3197e3a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ local defaults = {
|
|||
prompt = " ",
|
||||
sources = {},
|
||||
focus = "input",
|
||||
show_delay = 1000,
|
||||
show_delay = 5000,
|
||||
limit_live = 10000,
|
||||
layout = {
|
||||
cycle = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue