Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Error neorg.modules.base not found After Configured #4

Closed
ldmax opened this issue Dec 21, 2023 · 1 comment
Closed

Error neorg.modules.base not found After Configured #4

ldmax opened this issue Dec 21, 2023 · 1 comment

Comments

@ldmax
Copy link

ldmax commented Dec 21, 2023

image
Hi esquires, thanks for creating this plugin!

I'm using Neorg version 6.2.0, below is my configuration:

return {
  {
    "nvim-neorg/neorg",
    tag = "v6.2.0",
    pin = true,
    run = ":Neorg sysnc-parsers",
    config = function()
      require("neorg").setup({
        load = {
          ["external.gtd-project-tags"] = {},
          ["core.defaults"] = {},
          ["core.concealer"] = {},
          ["core.ui.calendar"] = {},
          ["core.dirman"] = {
            config = {
              workspaces = {
                default = "$HOME/norg",
                work = "$HOME/norg/work",
                home = "$HOME/norg/home",
                plan = "$HOME/norg/plan",
                trading = "$HOME/norg/trading",
                journal = "$HOME/norg/journal",
                org = "$HOME/org-roam",
                nvim = "$HOME/norg/nvim",
              },
              default_workspace = "default",
            },
          },
        },
      })
    end,
  },
}

And this is my configuration for your plugin:

return {
  "esquires/neorg-gtd-project-tags",
}

May I ask for some advice why I got the error shown in screenshot please? Thanks in advance!

@ldmax ldmax changed the title Error After Configured Error neorg.modules.base not found After Configured Dec 21, 2023
@esquires
Copy link
Owner

Thanks for the question. neorg dropped gtd as part of a big rewrite. I think gtd is coming back in the next few months though:

nvim-neorg/neorg#695

nvim-neorg/neorg#1110

Unfortunately that means this repo can't work anymore. I'll add a note to the readme and archive it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants