Skip to content

Commit

Permalink
fix(input): change the default_prompt to Input:
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stevearc committed Mar 31, 2022
1 parent e14e35a commit 2f8a001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dressing/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2f8a001

Please sign in to comment.