fix: preview title key and a bug with dynamic_title (#1350)

This commit is contained in:
Simon Hauser
2021-10-20 16:23:26 +02:00
committed by GitHub
parent adfbd616c6
commit a0835edd86
5 changed files with 37 additions and 60 deletions

View File

@@ -29,7 +29,6 @@ function themes.get_dropdown(opts)
theme = "dropdown",
results_title = false,
preview_title = "Preview",
sorting_strategy = "ascending",
layout_strategy = "center",
@@ -111,8 +110,6 @@ function themes.get_ivy(opts)
sorting_strategy = "ascending",
preview_title = "",
layout_strategy = "bottom_pane",
layout_config = {
height = 25,