mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
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.
This commit is contained in:
parent
b9ea7f88b6
commit
717e7060fa
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ telescopeHelpers.mkExtension {
|
|||
i = {
|
||||
"<C-k>".__raw = ''require("telescope-live-grep-args.actions").quote_prompt()'';
|
||||
"<C-i>".__raw = ''require("telescope-live-grep-args.actions").quote_prompt({ postfix = " --iglob " })'';
|
||||
"<C-space>".__raw = ''require("telescope-live-grep-args.actions").actions.to_fuzzy_refine'';
|
||||
"<C-space>".__raw = ''require("telescope.actions").to_fuzzy_refine'';
|
||||
};
|
||||
};
|
||||
theme = "dropdown";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue