diff --git a/lua/telescope/themes.lua b/lua/telescope/themes.lua index 1c8ddad..809b853 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, + preview_cutoff = 1, -- Preview should always show (unless previewer = false) + width = 80, results_height = 15, borderchars = { { '─', '│', '─', '│', '╭', '╮', '╯', '╰'},