From d5c4d9856320a07d04607c9b3a0523bd3f373328 Mon Sep 17 00:00:00 2001 From: James Trew <66286082+jamestrew@users.noreply.github.com> Date: Tue, 27 Feb 2024 20:00:20 -0500 Subject: [PATCH] doc(config): fix default for `cache_picker.ignore_empty_prompt` (#2957) --- lua/telescope/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua index f274ef7..48305b1 100644 --- a/lua/telescope/config.lua +++ b/lua/telescope/config.lua @@ -551,7 +551,7 @@ append( - ignore_empty_prompt: If true, the picker will not be cached if the prompt is empty (i.e., no text has been typed at the time of closing the prompt). - Default: false + Default: true ]] )