mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2025-12-06 06:46:10 +00:00
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>
This commit is contained in:
@@ -2230,6 +2230,9 @@ layout_strategies.horizontal() *telescope.layout.horizontal()*
|
||||
- anchor:
|
||||
- Which edge/corner to pin the picker to
|
||||
- See |resolver.resolve_anchor_pos()|
|
||||
- anchor_padding:
|
||||
- Specifies an amount of additional padding around the anchor
|
||||
- Values should be a positive integer
|
||||
- height:
|
||||
- How tall to make Telescope's entire layout
|
||||
- See |resolver.resolve_height()|
|
||||
@@ -2283,6 +2286,9 @@ layout_strategies.center() *telescope.layout.center()*
|
||||
- anchor:
|
||||
- Which edge/corner to pin the picker to
|
||||
- See |resolver.resolve_anchor_pos()|
|
||||
- anchor_padding:
|
||||
- Specifies an amount of additional padding around the anchor
|
||||
- Values should be a positive integer
|
||||
- height:
|
||||
- How tall to make Telescope's entire layout
|
||||
- See |resolver.resolve_height()|
|
||||
@@ -2361,6 +2367,9 @@ layout_strategies.vertical() *telescope.layout.vertical()*
|
||||
- anchor:
|
||||
- Which edge/corner to pin the picker to
|
||||
- See |resolver.resolve_anchor_pos()|
|
||||
- anchor_padding:
|
||||
- Specifies an amount of additional padding around the anchor
|
||||
- Values should be a positive integer
|
||||
- height:
|
||||
- How tall to make Telescope's entire layout
|
||||
- See |resolver.resolve_height()|
|
||||
@@ -2391,6 +2400,9 @@ layout_strategies.flex() *telescope.layout.flex()*
|
||||
- anchor:
|
||||
- Which edge/corner to pin the picker to
|
||||
- See |resolver.resolve_anchor_pos()|
|
||||
- anchor_padding:
|
||||
- Specifies an amount of additional padding around the anchor
|
||||
- Values should be a positive integer
|
||||
- height:
|
||||
- How tall to make Telescope's entire layout
|
||||
- See |resolver.resolve_height()|
|
||||
|
||||
Reference in New Issue
Block a user