Skip to content

Commit

Permalink
fix!: neorg.modules -> neorg.core
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Aug 1, 2023
1 parent 189d551 commit d803ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/telescope/_extensions/neorg/find_project_tasks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ local entry_display = require("telescope.pickers.entry_display")

local ns = vim.api.nvim_create_namespace("neorg-gtd-picker")

local neorg_loaded, _ = pcall(require, "neorg.modules")
local neorg_loaded, neorg = pcall(require, "neorg.core")

assert(neorg_loaded, "Neorg is not loaded - please make sure to load Neorg first")

Expand Down

0 comments on commit d803ae4

Please sign in to comment.