fix(docs): point to correct lua modules (#2284)

This commit is contained in:
C.D. MacEachern
2022-12-28 07:41:30 -05:00
committed by GitHub
parent 0a7588252a
commit d7d3ea9015
2 changed files with 6 additions and 6 deletions

View File

@@ -192,8 +192,8 @@ telescope.setup({opts}) *telescope.setup()*
*telescope.defaults.cycle_layout_list* *telescope.defaults.cycle_layout_list*
cycle_layout_list: ~ cycle_layout_list: ~
Determines the layouts to cycle through when using `actions.cycle_layout_next` Determines the layouts to cycle through when using `actions.layout.cycle_layout_next`
and `actions.cycle_layout_prev`. and `actions.layout.cycle_layout_prev`.
Should be a list of "layout setups". Should be a list of "layout setups".
Each "layout setup" can take one of two forms: Each "layout setup" can take one of two forms:
1. string <br> 1. string <br>
@@ -514,7 +514,7 @@ telescope.setup({opts}) *telescope.setup()*
- msg_bg_fillchar: Character to fill background of unpreviewable buffers with - msg_bg_fillchar: Character to fill background of unpreviewable buffers with
Default: "" Default: ""
- hide_on_startup: Hide previewer when picker starts. Previewer can be toggled - hide_on_startup: Hide previewer when picker starts. Previewer can be toggled
with actions.toggle_preview. with actions.layout.toggle_preview.
Default: false Default: false

View File

@@ -194,8 +194,8 @@ append(
"cycle_layout_list", "cycle_layout_list",
{ "horizontal", "vertical" }, { "horizontal", "vertical" },
[[ [[
Determines the layouts to cycle through when using `actions.cycle_layout_next` Determines the layouts to cycle through when using `actions.layout.cycle_layout_next`
and `actions.cycle_layout_prev`. and `actions.layout.cycle_layout_prev`.
Should be a list of "layout setups". Should be a list of "layout setups".
Each "layout setup" can take one of two forms: Each "layout setup" can take one of two forms:
1. string <br> 1. string <br>
@@ -611,7 +611,7 @@ append(
- msg_bg_fillchar: Character to fill background of unpreviewable buffers with - msg_bg_fillchar: Character to fill background of unpreviewable buffers with
Default: "" Default: ""
- hide_on_startup: Hide previewer when picker starts. Previewer can be toggled - hide_on_startup: Hide previewer when picker starts. Previewer can be toggled
with actions.toggle_preview. with actions.layout.toggle_preview.
Default: false Default: false
]] ]]
) )