diff options
| author | rockerBOO <rockerboo@gmail.com> | 2020-10-04 16:19:56 -0400 |
|---|---|---|
| committer | rockerBOO <rockerboo@gmail.com> | 2020-10-04 16:19:56 -0400 |
| commit | 1821eb11f17d66e01122972cc3bb5e12b68923f3 (patch) | |
| tree | 15a4f4579456ab2618f273c2cc1c929a79a419c1 /lua/telescope/themes.lua | |
| parent | a1cab377db79019c1154d9d818bbdd7a5eea0c0e (diff) | |
fix: Results height configurable. Properly collapse on border = false
Diffstat (limited to 'lua/telescope/themes.lua')
| -rw-r--r-- | lua/telescope/themes.lua | 3 |
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 = {"─", "│", " ", "│", "╭", "╮", "│", "│"}, |
