diff --git a/lua/telekasten.lua b/lua/telekasten.lua index 3e9343d..69d8be9 100644 --- a/lua/telekasten.lua +++ b/lua/telekasten.lua @@ -2359,7 +2359,7 @@ local function FollowLink(opts) ) -- builtin.live_grep({ - local picker = pickers.new({ + local picker = pickers.new(opts, { cwd = cwd, prompt_title = "Notes referencing `" .. title .. "`", default_text = search_pattern,