From 1ff9526175ce9748de72ba3529e7dac964fbb56b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 23 May 2023 16:52:45 +0100 Subject: [PATCH] Add journal module for neorg --- lua/plugins/nvim_neorg.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/nvim_neorg.lua b/lua/plugins/nvim_neorg.lua index 01e816f..042e26d 100644 --- a/lua/plugins/nvim_neorg.lua +++ b/lua/plugins/nvim_neorg.lua @@ -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"] = {},