Skip to content

Commit 7bd2f9b

Browse files
jamestrewGithub Actions
andauthored
docs: update layout_strategies config options (#3188)
* docs: update layout_strategies config options * [docgen] Update doc/telescope.txt skip-checks: true --------- Co-authored-by: Github Actions <actions@github>
1 parent 816dff9 commit 7bd2f9b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/telescope.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2230,6 +2230,9 @@ layout_strategies.horizontal() *telescope.layout.horizontal()*
22302230
- anchor:
22312231
- Which edge/corner to pin the picker to
22322232
- See |resolver.resolve_anchor_pos()|
2233+
- anchor_padding:
2234+
- Specifies an amount of additional padding around the anchor
2235+
- Values should be a positive integer
22332236
- height:
22342237
- How tall to make Telescope's entire layout
22352238
- See |resolver.resolve_height()|
@@ -2283,6 +2286,9 @@ layout_strategies.center() *telescope.layout.center()*
22832286
- anchor:
22842287
- Which edge/corner to pin the picker to
22852288
- See |resolver.resolve_anchor_pos()|
2289+
- anchor_padding:
2290+
- Specifies an amount of additional padding around the anchor
2291+
- Values should be a positive integer
22862292
- height:
22872293
- How tall to make Telescope's entire layout
22882294
- See |resolver.resolve_height()|
@@ -2361,6 +2367,9 @@ layout_strategies.vertical() *telescope.layout.vertical()*
23612367
- anchor:
23622368
- Which edge/corner to pin the picker to
23632369
- See |resolver.resolve_anchor_pos()|
2370+
- anchor_padding:
2371+
- Specifies an amount of additional padding around the anchor
2372+
- Values should be a positive integer
23642373
- height:
23652374
- How tall to make Telescope's entire layout
23662375
- See |resolver.resolve_height()|
@@ -2391,6 +2400,9 @@ layout_strategies.flex() *telescope.layout.flex()*
23912400
- anchor:
23922401
- Which edge/corner to pin the picker to
23932402
- See |resolver.resolve_anchor_pos()|
2403+
- anchor_padding:
2404+
- Specifies an amount of additional padding around the anchor
2405+
- Values should be a positive integer
23942406
- height:
23952407
- How tall to make Telescope's entire layout
23962408
- See |resolver.resolve_height()|

0 commit comments

Comments
 (0)