diff options
author | kylo252 <[email protected]> | 2021-09-25 18:39:12 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-25 18:39:12 +0200 |
commit | 810fc26fdf05504f813f049eb8d5277260e08d21 (patch) | |
tree | 09c9bbf985ffe5ee1c23f81da972ca0bb47621e7 /lua/core/telescope.lua | |
parent | 9b76a13512b407f23eb9fc16d0210daccccf4802 (diff) |
fix: adjust layout after a regression in telescope (#1615)
Diffstat (limited to 'lua/core/telescope.lua')
-rw-r--r-- | lua/core/telescope.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/core/telescope.lua b/lua/core/telescope.lua index 34c1fb92..e24a976e 100644 --- a/lua/core/telescope.lua +++ b/lua/core/telescope.lua @@ -89,13 +89,8 @@ function M.find_lunarvim_files(opts) opts = opts or {} local themes = require "telescope.themes" local theme_opts = themes.get_ivy { - previewer = false, sorting_strategy = "ascending", layout_strategy = "bottom_pane", - layout_config = { - height = 5, - width = 0.5, - }, prompt = ">> ", prompt_title = "~ LunarVim files ~", cwd = utils.join_paths(get_runtime_dir(), "lvim"), |