diff options
| author | rockerBOO <rockerboo@gmail.com> | 2020-09-17 21:42:50 -0400 |
|---|---|---|
| committer | rockerBOO <rockerboo@gmail.com> | 2020-09-17 21:42:50 -0400 |
| commit | 8cc6e678518752bf8440059d495bfd1bbf48e496 (patch) | |
| tree | 5fad6cd6bcd134986878d177fdabe49293434b85 /lua/telescope/themes.lua | |
| parent | c043f90de0241dc22aca2d14bc8ce4d8e34bf9d8 (diff) | |
fix: Resolve many display issues with the dropdown theme
Diffstat (limited to 'lua/telescope/themes.lua')
| -rw-r--r-- | lua/telescope/themes.lua | 5 |
1 files changed, 3 insertions, 2 deletions
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 = { '─', '│', '─', '│', '╭', '╮', '╯', '╰'}, }, } |
