diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index a795b65..02faabe 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -113,21 +113,30 @@ telescope.setup({opts}) *telescope.setup()* of 50% of the screen width. Default: { + bottom_pane = { + height = 25 + }, center = { - preview_cutoff = 40 + height = 0.9, + preview_cutoff = 40, + width = 0.8 }, cursor = { - preview_cutoff = 40 + height = 0.9, + preview_cutoff = 40, + width = 0.8 }, - height = 0.9, horizontal = { + height = 0.9, preview_cutoff = 120, - prompt_position = "bottom" + prompt_position = "bottom", + width = 0.8 }, vertical = { - preview_cutoff = 40 - }, - width = 0.8 + height = 0.9, + preview_cutoff = 40, + width = 0.8 + } } |
