From c2a656494daea68753f7eeaa880ff5916835263e Mon Sep 17 00:00:00 2001 From: edwardrf Date: Thu, 27 Feb 2025 21:40:58 -0800 Subject: [PATCH] to_fuzzy_refine is from telescope.actions, not lga_actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2f7a48..77d5b97 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ telescope.setup { [""] = lga_actions.quote_prompt(), [""] = lga_actions.quote_prompt({ postfix = " --iglob " }), -- freeze the current list and start a fuzzy search in the frozen list - [""] = lga_actions.to_fuzzy_refine, + [""] = require('telescope.actions').to_fuzzy_refine, }, }, -- ... also accepts theme settings, for example: