[Telescope] Actually fix it
This commit is contained in:
		| @@ -30,6 +30,11 @@ return { | ||||
|                 }, | ||||
|                 path_display = { "smart" }, | ||||
|             }, | ||||
|             extensions = { | ||||
|                 frecency = { | ||||
|                     db_safe_mode = false, | ||||
|                 }, | ||||
|             }, | ||||
|         }) | ||||
|  | ||||
|         telescope.load_extension("live_grep_args") | ||||
| @@ -41,7 +46,7 @@ return { | ||||
|         vim.keymap.set("n", "<leader>flg", builtin.live_grep, opts) | ||||
|  | ||||
|         opts.desc = "telescope live grep args" | ||||
|         local function start_live_grep_args () | ||||
|         local function start_live_grep_args() | ||||
|             telescope.extensions.live_grep_args.live_grep_args() | ||||
|         end | ||||
|         vim.keymap.set("n", "<leader>fg", start_live_grep_args, opts) | ||||
| @@ -81,7 +86,6 @@ return { | ||||
|         local function run_frecency() | ||||
|             require("telescope").extensions.frecency.frecency({ | ||||
|                 workspace = "CWD", | ||||
|                 db_safe_mode = false | ||||
|             }) | ||||
|         end | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user