fix: tune debounce time for smart filter
This commit is contained in:
@@ -16,7 +16,7 @@ local function prompt()
|
|||||||
title = "Smart filter:",
|
title = "Smart filter:",
|
||||||
position = { "center", w = 50 },
|
position = { "center", w = 50 },
|
||||||
realtime = true,
|
realtime = true,
|
||||||
debounce = 0.2,
|
debounce = 0.1,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user