From 8cc6e678518752bf8440059d495bfd1bbf48e496 Mon Sep 17 00:00:00 2001 From: rockerBOO Date: Thu, 17 Sep 2020 21:42:50 -0400 Subject: fix: Resolve many display issues with the dropdown theme --- lua/telescope/themes.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lua/telescope/themes.lua') diff --git a/lua/telescope/themes.lua b/lua/telescope/themes.lua index 54476cc..f4c19ca 100644 --- a/lua/telescope/themes.lua +++ b/lua/telescope/themes.lua @@ -17,11 +17,12 @@ function themes.get_dropdown(opts) layout_strategy = "center", results_title = false, preview_title = "Preview", - border = false, + width = 70, borderchars = { + { '─', '│', '─', '│', '╭', '╮', '╯', '╰'}, prompt = {"─", "│", " ", "│", "╭", "╮", "│", "│"}, results = {"─", "│", "─", "│", "├", "┤", "╯", "╰"}, - preview = {"=", "=", "", "", "", "", "", ""} + preview = { '─', '│', '─', '│', '╭', '╮', '╯', '╰'}, }, } -- cgit v1.2.3