summaryrefslogtreecommitdiff
path: root/lua/telescope/themes.lua
diff options
context:
space:
mode:
authorrockerBOO <rockerboo@gmail.com>2020-09-17 21:42:50 -0400
committerrockerBOO <rockerboo@gmail.com>2020-09-17 21:42:50 -0400
commit8cc6e678518752bf8440059d495bfd1bbf48e496 (patch)
tree5fad6cd6bcd134986878d177fdabe49293434b85 /lua/telescope/themes.lua
parentc043f90de0241dc22aca2d14bc8ce4d8e34bf9d8 (diff)
fix: Resolve many display issues with the dropdown theme
Diffstat (limited to 'lua/telescope/themes.lua')
-rw-r--r--lua/telescope/themes.lua5
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 = { '─', '│', '─', '│', '╭', '╮', '╯', '╰'},
},
}