Skip to content
Discussion options

You must be logged in to vote

Try the following:

local plugins = {
{
    "nvim-neorg/neorg",
    build = ":Neorg sync-parsers",
    dependencies = { "nvim-lua/plenary.nvim" },
   lazy = false, -- if you want to load on startup and eagerly
    config = function()
      require("neorg").setup {
        load = {
          ["core.defaults"] = {}, -- Loads default behaviour
          ["core.concealer"] = {}, -- Adds pretty icons to your documents
          ["core.dirman"] = { -- Manages Neorg workspaces
            config = {
              workspaces = {
                notes = "~/notes",
              },
            },
          },
        },
      }
    end,
  }
}
return plugins

You return a table of tables of plugin con…

Replies: 7 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@JeroenDedimo
Comment options

Comment options

You must be logged in to vote
1 reply
@JeroenDedimo
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@JeroenDedimo
Comment options

Answer selected by JeroenDedimo
Comment options

You must be logged in to vote
2 replies
@JeroenDedimo
Comment options

@benatouba
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants