From c92143ddd5640c1f67242967ca58bc6ad69dfcc3 Mon Sep 17 00:00:00 2001 From: Jonathan Gin Date: Thu, 20 Oct 2022 00:32:37 +0000 Subject: [PATCH] Fix minimal config --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f2c8533..ad1e56a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ To use the tutorial, create a new workspace in your config, pointing to the gtd ```lua require("neorg").setup({ + load = { + ["core.defaults"] = {}, ["core.norg.dirman"] = { config = { workspaces = { @@ -24,6 +26,7 @@ require("neorg").setup({ workspace = "example_gtd", }, }, + } }) ```