Explorar el Código

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

kylo252 hace 3 años
padre
commit
810fc26fdf
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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"),