Browse Source

fix: adjust layout after a regression in telescope (#1615)

kylo252 3 năm trước cách đây
mục cha
commit
810fc26fdf
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      lua/core/telescope.lua

+ 0 - 5
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"),