Skip to content

Commit

Permalink
feat(project_tasks): added code to jump to the task
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Mar 12, 2022
1 parent d067b4f commit 089998e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/telescope/_extensions/neorg/find_project_tasks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ local function pick_tasks(project)
actions_set.select:replace(function()
local entry = state.get_selected_entry()
actions.close(prompt_bufnr)
dump(entry.value)
neorg.modules.get_module("core.gtd.ui").callbacks.goto_task_function(entry.value)
-- dump(entry.value)
end)
return true
end,
Expand Down

0 comments on commit 089998e

Please sign in to comment.