From 317371d37c21216c7042fc7b2e8bf0aeb601bf59 Mon Sep 17 00:00:00 2001 From: Michael Benford Date: Fri, 8 Apr 2022 13:17:54 -0300 Subject: feat: global configuration of results_title and prompt_title (#1817) --- lua/telescope/config.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'lua/telescope/config.lua') diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua index 26f5845..7b08dc6 100644 --- a/lua/telescope/config.lua +++ b/lua/telescope/config.lua @@ -419,6 +419,27 @@ append( Default: false]] ) +append( + "results_title", + "Results", + [[ + Defines the default title of the results window. A false value + can be used to hide the title altogether. + + Default: "Results"]] +) + +append( + "prompt_title", + "Prompt", + [[ + Defines the default title of the prompt window. A false value + can be used to hide the title altogether. Most of the times builtins + define a prompt_title which will be prefered over this default. + + Default: "Prompt"]] +) + append( "history", { -- cgit v1.2.3