diff options
| author | Dave Lage <rockerboo@gmail.com> | 2020-10-04 19:27:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-04 19:27:15 -0400 |
| commit | b4a6355f508068a75a849b9e4356ffa1d0e9b7db (patch) | |
| tree | 05f76aa2ec4f0b56702a7ddc0a7d80e9637b327c /lua/telescope/themes.lua | |
| parent | 90f6fee17d37f07a7c69d2d63016f29896e4c84d (diff) | |
fix: Use width not results_width (#144)
Diffstat (limited to 'lua/telescope/themes.lua')
| -rw-r--r-- | lua/telescope/themes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/themes.lua b/lua/telescope/themes.lua index e3cd0cc..1c8ddad 100644 --- a/lua/telescope/themes.lua +++ b/lua/telescope/themes.lua @@ -17,7 +17,7 @@ function themes.get_dropdown(opts) layout_strategy = "center", results_title = false, preview_title = "Preview", - results_width = 70, + width = 70, results_height = 15, borderchars = { { '─', '│', '─', '│', '╭', '╮', '╯', '╰'}, |
