mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
fix(FollowLink): missing opts in picker call
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user