Skip to content

Commit 717e706

Browse files
TKone7MattSturgeon
authored andcommitted
plugins/telescope/live-greps-args: fix to_fuzzy_refine example
Fix the `to_fuzzy_refine` key binding example. The `to_fuzzy_refine` function in the example is part of Telescope, not the `telescope-live-grep-args` extension.
1 parent b9ea7f8 commit 717e706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/by-name/telescope/extensions/live-greps-args.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ telescopeHelpers.mkExtension {
5050
i = {
5151
"<C-k>".__raw = ''require("telescope-live-grep-args.actions").quote_prompt()'';
5252
"<C-i>".__raw = ''require("telescope-live-grep-args.actions").quote_prompt({ postfix = " --iglob " })'';
53-
"<C-space>".__raw = ''require("telescope-live-grep-args.actions").actions.to_fuzzy_refine'';
53+
"<C-space>".__raw = ''require("telescope.actions").to_fuzzy_refine'';
5454
};
5555
};
5656
theme = "dropdown";

0 commit comments

Comments
 (0)