fix: preview_cutoff to always show on dropdown theme (#156)
This commit is contained in:
@@ -17,7 +17,8 @@ function themes.get_dropdown(opts)
|
|||||||
layout_strategy = "center",
|
layout_strategy = "center",
|
||||||
results_title = false,
|
results_title = false,
|
||||||
preview_title = "Preview",
|
preview_title = "Preview",
|
||||||
width = 70,
|
preview_cutoff = 1, -- Preview should always show (unless previewer = false)
|
||||||
|
width = 80,
|
||||||
results_height = 15,
|
results_height = 15,
|
||||||
borderchars = {
|
borderchars = {
|
||||||
{ '─', '│', '─', '│', '╭', '╮', '╯', '╰'},
|
{ '─', '│', '─', '│', '╭', '╮', '╯', '╰'},
|
||||||
|
|||||||
Reference in New Issue
Block a user