diff --git a/doc/telescope.txt b/doc/telescope.txt index 0c80c50..0c8ebd3 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -1949,14 +1949,14 @@ layout_strategies.center() *telescope.layout.center()* ┌──────────────────────────────────────────────────┐ │ ┌────────────────────────────────────────┐ │ - │ | Preview | │ - │ | Preview | │ + │ │ Preview │ │ + │ │ Preview │ │ │ └────────────────────────────────────────┘ │ │ ┌────────────────────────────────────────┐ │ - │ | Prompt | │ + │ │ Prompt │ │ │ ├────────────────────────────────────────┤ │ - │ | Result | │ - │ | Result | │ + │ │ Result │ │ + │ │ Result │ │ │ └────────────────────────────────────────┘ │ │ │ │ │ @@ -2028,16 +2028,16 @@ layout_strategies.vertical() *telescope.layout.vertical()* ┌──────────────────────────────────────────────────┐ │ │ │ ┌────────────────────────────────────────┐ │ - │ | Preview | │ - │ | Preview | │ - │ | Preview | │ + │ │ Preview │ │ + │ │ Preview │ │ + │ │ Preview │ │ │ └────────────────────────────────────────┘ │ │ ┌────────────────────────────────────────┐ │ - │ | Result | │ - │ | Result | │ + │ │ Result │ │ + │ │ Result │ │ │ └────────────────────────────────────────┘ │ │ ┌────────────────────────────────────────┐ │ - │ | Prompt | │ + │ │ Prompt │ │ │ └────────────────────────────────────────┘ │ │ │ └──────────────────────────────────────────────────┘ diff --git a/lua/telescope/pickers/layout_strategies.lua b/lua/telescope/pickers/layout_strategies.lua index 6bf49ee..59f5c35 100644 --- a/lua/telescope/pickers/layout_strategies.lua +++ b/lua/telescope/pickers/layout_strategies.lua @@ -410,14 +410,14 @@ layout_strategies.horizontal = make_documented_layout( ---
--- ┌──────────────────────────────────────────────────┐ --- │ ┌────────────────────────────────────────┐ │ ---- │ | Preview | │ ---- │ | Preview | │ +--- │ │ Preview │ │ +--- │ │ Preview │ │ --- │ └────────────────────────────────────────┘ │ --- │ ┌────────────────────────────────────────┐ │ ---- │ | Prompt | │ +--- │ │ Prompt │ │ --- │ ├────────────────────────────────────────┤ │ ---- │ | Result | │ ---- │ | Result | │ +--- │ │ Result │ │ +--- │ │ Result │ │ --- │ └────────────────────────────────────────┘ │ --- │ │ --- │ │ @@ -647,16 +647,16 @@ layout_strategies.cursor = make_documented_layout( --- ┌──────────────────────────────────────────────────┐ --- │ │ --- │ ┌────────────────────────────────────────┐ │ ---- │ | Preview | │ ---- │ | Preview | │ ---- │ | Preview | │ +--- │ │ Preview │ │ +--- │ │ Preview │ │ +--- │ │ Preview │ │ --- │ └────────────────────────────────────────┘ │ --- │ ┌────────────────────────────────────────┐ │ ---- │ | Result | │ ---- │ | Result | │ +--- │ │ Result │ │ +--- │ │ Result │ │ --- │ └────────────────────────────────────────┘ │ --- │ ┌────────────────────────────────────────┐ │ ---- │ | Prompt | │ +--- │ │ Prompt │ │ --- │ └────────────────────────────────────────┘ │ --- │ │ --- └──────────────────────────────────────────────────┘