From 28bb75fd91686ff5ec3370ad1c2f708835392f45 Mon Sep 17 00:00:00 2001 From: Anton <14187674+antosha417@users.noreply.github.com> Date: Thu, 2 Jun 2022 17:02:19 +0300 Subject: [PATCH] fix: pass user opts to planets picker (#1983) --- lua/telescope/builtin/internal.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/telescope/builtin/internal.lua b/lua/telescope/builtin/internal.lua index 0ee7e79..1f6612a 100644 --- a/lua/telescope/builtin/internal.lua +++ b/lua/telescope/builtin/internal.lua @@ -205,7 +205,7 @@ internal.planets = function(opts) end end - pickers.new({ + pickers.new(opts, { prompt_title = "Planets", finder = finders.new_table { results = acceptable_files,