Skip to content

Commit

Permalink
feat(neorg): add GTD setup
Browse files Browse the repository at this point in the history
  • Loading branch information
NTBBloodbath committed Oct 10, 2021
1 parent fafec4d commit fb0e6c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lua/doom/modules/config/doom-neorg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,16 @@ return function()
config = {
workspaces = {
default_workspace = "~/neorg",
gtd = "~/neorg/gtd",
doom_docs = string.format("%s/doc", doom_root),
},
},
},
["core.integrations.pandoc"] = {},
["core.gtd.base"] = {
config = {
workspace = "gtd",
},
},
},
})
end

0 comments on commit fb0e6c5

Please sign in to comment.