From 1821eb11f17d66e01122972cc3bb5e12b68923f3 Mon Sep 17 00:00:00 2001 From: rockerBOO Date: Sun, 4 Oct 2020 16:19:56 -0400 Subject: fix: Results height configurable. Properly collapse on border = false --- lua/telescope/themes.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lua/telescope/themes.lua') 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 = {"─", "│", " ", "│", "╭", "╮", "│", "│"}, -- cgit v1.2.3