summaryrefslogtreecommitdiff
path: root/lua/telescope/WIP.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/WIP.lua')
-rw-r--r--lua/telescope/WIP.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/telescope/WIP.lua b/lua/telescope/WIP.lua
index a01b3eb..78170e4 100644
--- a/lua/telescope/WIP.lua
+++ b/lua/telescope/WIP.lua
@@ -53,7 +53,7 @@ WIP.completion = function(opts)
previewer = previewers.help,
})
- reference_picker:find {}
+ reference_picker:find()
end
WIP.reloader = function(opts)
@@ -63,13 +63,13 @@ WIP.reloader = function(opts)
prompt = "Packages",
finder = finders.new_table {
results = vim.tbl_keys(package.loaded),
- entry_maker = make_entry.gen_from_string(opts),
+ entry_maker = make_entry.gen_from_string(),
},
sorter = sorters.get_generic_fuzzy_sorter(),
attach_mappings = function(prompt_bufnr, map)
local reload_package = function()
- local selection = action_state.get_selected_entry(prompt_bufnr)
+ local selection = action_state.get_selected_entry()
actions.close(prompt_bufnr)