Skip to content

Commit

Permalink
Add dot and vertical separators for lean in wizard.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisant996 committed Sep 20, 2022
1 parent 90670b5 commit 6aee090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexprompt_wizard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ local function config_wizard()
-- include segment padding.
callout[2] = { callout[2], 1}
end
s = choose_setting(preview, "Prompt Separators", "separators", "lean_separators", { "space", "spaces" }, callout)
s = choose_setting(preview, "Prompt Separators", "separators", "lean_separators", { "space", "spaces", "dot", "vertical" }, callout)
if not s or s == "q" then break end
if s == "r" then goto continue end
end
Expand Down

0 comments on commit 6aee090

Please sign in to comment.