summaryrefslogtreecommitdiff
path: root/lua/telescope/themes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/themes.lua')
-rw-r--r--lua/telescope/themes.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/telescope/themes.lua b/lua/telescope/themes.lua
index f4c19ca..e3cd0cc 100644
--- a/lua/telescope/themes.lua
+++ b/lua/telescope/themes.lua
@@ -17,7 +17,8 @@ function themes.get_dropdown(opts)
layout_strategy = "center",
results_title = false,
preview_title = "Preview",
- width = 70,
+ results_width = 70,
+ results_height = 15,
borderchars = {
{ '─', '│', '─', '│', '╭', '╮', '╯', '╰'},
prompt = {"─", "│", " ", "│", "╭", "╮", "│", "│"},