From 06fb5a7ecf5d92cf788442e39fca9ab8e5f456f3 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 22 May 2023 12:55:01 +0100 Subject: [PATCH] Add logbooks directory to neorg --- lua/plugins/nvim_neorg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/nvim_neorg.lua b/lua/plugins/nvim_neorg.lua index e9dd0ed..01e816f 100644 --- a/lua/plugins/nvim_neorg.lua +++ b/lua/plugins/nvim_neorg.lua @@ -19,7 +19,7 @@ return { load = { ["core.defaults"] = {}, ["core.concealer"] = {}, - ["core.dirman"] = { config = { workspaces = { notes = "~/notes" } } }, + ["core.dirman"] = { config = { workspaces = { notes = "~/notes", logbooks = "~/Documents/Logbooks" } } }, ["core.completion"] = { config = { engine = "nvim-cmp" } }, ["core.export"] = {}, ["core.presenter"] = { config = { zen_mode = "zen-mode" } },