summaryrefslogtreecommitdiff
path: root/lua/telescope
diff options
context:
space:
mode:
authorC.D. MacEachern <craig.daniel.maceachern@gmail.com>2022-12-28 07:41:30 -0500
committerGitHub <noreply@github.com>2022-12-28 13:41:30 +0100
commitd7d3ea901580a7ef43aa9a2870ff36673eeadd6c (patch)
tree7a5bb930aa0382db7019cd6173e1e9407508b5f1 /lua/telescope
parent0a7588252a4290900d05452b8be91fb44e3eae2e (diff)
fix(docs): point to correct lua modules (#2284)
Diffstat (limited to 'lua/telescope')
-rw-r--r--lua/telescope/config.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua
index 8eeb60e..82be065 100644
--- a/lua/telescope/config.lua
+++ b/lua/telescope/config.lua
@@ -194,8 +194,8 @@ append(
"cycle_layout_list",
{ "horizontal", "vertical" },
[[
- Determines the layouts to cycle through when using `actions.cycle_layout_next`
- and `actions.cycle_layout_prev`.
+ Determines the layouts to cycle through when using `actions.layout.cycle_layout_next`
+ and `actions.layout.cycle_layout_prev`.
Should be a list of "layout setups".
Each "layout setup" can take one of two forms:
1. string <br>
@@ -611,7 +611,7 @@ append(
- msg_bg_fillchar: Character to fill background of unpreviewable buffers with
Default: "╱"
- hide_on_startup: Hide previewer when picker starts. Previewer can be toggled
- with actions.toggle_preview.
+ with actions.layout.toggle_preview.
Default: false
]]
)