Skip to content

Commit

Permalink
Merge branch 'main' of github.com:vhyrro/neorg-telescope
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jul 31, 2021
2 parents 0bfbaaf + 51973e3 commit 346ac78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/integrations/telescope/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require('neorg.modules.base')
local module = neorg.modules.create("core.integrations.telescope")

module.setup = function()
return { success = true, requires = { "core.keybinds" } }
return { success = true, requires = { "core.keybinds", "core.norg.dirman" } }
end

module.load = function()
Expand Down

0 comments on commit 346ac78

Please sign in to comment.