From 2f8a001ae5751b6f32b87424566af23879e35602 Mon Sep 17 00:00:00 2001 From: Steven Arcangeli Date: Thu, 31 Mar 2022 08:24:46 -0700 Subject: [PATCH] fix(input): change the default_prompt to Input: The unicode arrow makes sense when using the prompt buffer, but not so much if the prompt is going to be a window title instead. --- lua/dressing/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/dressing/config.lua b/lua/dressing/config.lua index 0937677..6c5aa14 100644 --- a/lua/dressing/config.lua +++ b/lua/dressing/config.lua @@ -4,7 +4,7 @@ local default_config = { enabled = true, -- Default prompt string - default_prompt = "➤ ", + default_prompt = "Input:", -- Can be 'left', 'right', or 'center' prompt_align = "left",