Skip to content

Commit 5637d80

Browse files
Fix global picker for fzf (#43)
Signed-off-by: Aaron Hallaert <[email protected]>
1 parent b4d4424 commit 5637d80

File tree

1 file changed

+1
-1
lines changed
  • lua/advanced_git_search/fzf/pickers

1 file changed

+1
-1
lines changed

lua/advanced_git_search/fzf/pickers/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ end
194194

195195
--- Opens a selector for all advanced git search functions
196196
M.show_custom_functions = function()
197-
local keys = global_picker.keys("telescope")
197+
local keys = global_picker.keys("fzf_lua")
198198

199199
local opts = {
200200
prompt = "AdvancedGitSearch> ",

0 commit comments

Comments
 (0)