Add journal module for neorg

This commit is contained in:
Evie Litherland-Smith 2023-05-23 16:52:45 +01:00
parent 45c592257c
commit 1ff9526175

View file

@ -22,6 +22,7 @@ return {
["core.dirman"] = { config = { workspaces = { notes = "~/notes", logbooks = "~/Documents/Logbooks" } } },
["core.completion"] = { config = { engine = "nvim-cmp" } },
["core.export"] = {},
["core.journal"] = {},
["core.presenter"] = { config = { zen_mode = "zen-mode" } },
["core.summary"] = { config = { strategy = "metadata" } },
-- ["core.ui.calendar"] = {},