mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-05-29 09:22:09 +00:00
fix: pass user opts to planets picker (#1983)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user