fix(FollowLink): missing opts in picker call

This commit is contained in:
Thomas Lambert
2023-04-29 01:06:50 +02:00
parent c90a167a1b
commit 82b00051b9

View File

@@ -2359,7 +2359,7 @@ local function FollowLink(opts)
) )
-- builtin.live_grep({ -- builtin.live_grep({
local picker = pickers.new({ local picker = pickers.new(opts, {
cwd = cwd, cwd = cwd,
prompt_title = "Notes referencing `" .. title .. "`", prompt_title = "Notes referencing `" .. title .. "`",
default_text = search_pattern, default_text = search_pattern,