nvim-neorg / neorg-telescope

Telescope.nvim integration for Neorg
GNU General Public License v3.0
187 stars 24 forks source link

Require core.norg.dirman #1

Closed mrossinek closed 3 years ago

mrossinek commented 3 years ago

I ran into the following error because I did not enable dirman:

[neorg] [WARN  23:21:53] ...onfig/nvim/pack/minpac/start/neorg/lua/neorg/modules.lua:215: Attempt to get module with name core.norg.dirman failed - module is not loaded.

This PR prevents that issue.

vhyrro commented 3 years ago

Very epic, thank you!