summaryrefslogtreecommitdiff
path: root/lua/telescope/themes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/themes.lua')
-rw-r--r--lua/telescope/themes.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/lua/telescope/themes.lua b/lua/telescope/themes.lua
index 398a842..9df0ed6 100644
--- a/lua/telescope/themes.lua
+++ b/lua/telescope/themes.lua
@@ -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,