fix: tune debounce time for smart filter

This commit is contained in:
sxyazi
2024-06-14 14:31:06 +08:00
parent c414ab91f4
commit ac88ed352a

View File

@@ -16,7 +16,7 @@ local function prompt()
title = "Smart filter:",
position = { "center", w = 50 },
realtime = true,
debounce = 0.2,
debounce = 0.1,
}
end