summaryrefslogtreecommitdiff
path: root/lua/telescope/themes.lua
diff options
context:
space:
mode:
authorDave Lage <rockerboo@gmail.com>2020-10-04 16:22:45 -0400
committerGitHub <noreply@github.com>2020-10-04 16:22:45 -0400
commit90f6fee17d37f07a7c69d2d63016f29896e4c84d (patch)
tree15a4f4579456ab2618f273c2cc1c929a79a419c1 /lua/telescope/themes.lua
parenta1cab377db79019c1154d9d818bbdd7a5eea0c0e (diff)
parent1821eb11f17d66e01122972cc3bb5e12b68923f3 (diff)
Merge pull request #143 from nvim-lua/dropdown-fixes
fix: Results height configurable. Properly collapse on border = false
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 = {"─", "│", " ", "│", "╭", "╮", "│", "│"},