summaryrefslogtreecommitdiff
path: root/lua/telescope/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/config.lua')
-rw-r--r--lua/telescope/config.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/telescope/config.lua b/lua/telescope/config.lua
index 8f09c47..6f67c74 100644
--- a/lua/telescope/config.lua
+++ b/lua/telescope/config.lua
@@ -87,6 +87,7 @@ local layout_config_defaults = {
vertical = {
width = 0.8,
height = 0.9,
+ prompt_position = "bottom",
preview_cutoff = 40,
},
@@ -94,6 +95,7 @@ local layout_config_defaults = {
width = 0.8,
height = 0.9,
preview_cutoff = 40,
+ prompt_position = "top",
},
cursor = {
@@ -104,6 +106,7 @@ local layout_config_defaults = {
bottom_pane = {
height = 25,
+ prompt_position = "top",
},
}