summaryrefslogtreecommitdiff
path: root/lua/telescope/themes.lua
diff options
context:
space:
mode:
authorSimon Hauser <Simon-Hauser@outlook.de>2021-10-20 16:23:26 +0200
committerGitHub <noreply@github.com>2021-10-20 16:23:26 +0200
commita0835edd86bf13bf2d431632ce2ca128e04f3bf0 (patch)
treea72b3c33d7a66f67d40445f38688d57a947786de /lua/telescope/themes.lua
parentadfbd616c691add448ff1b2ed7dfa1a9d84204d9 (diff)
fix: preview title key and a bug with dynamic_title (#1350)
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,