From b17dfbbae918303800916c2081039b88543a4bb3 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 7 Sep 2023 20:39:15 +0200 Subject: [PATCH] server: remove neord dirs --- lua/plex/plugins/extras/org/neorg.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/plex/plugins/extras/org/neorg.lua b/lua/plex/plugins/extras/org/neorg.lua index fc90a54..75bfce1 100644 --- a/lua/plex/plugins/extras/org/neorg.lua +++ b/lua/plex/plugins/extras/org/neorg.lua @@ -12,10 +12,10 @@ return { ["core.dirman"] = { -- Manages Neorg workspaces config = { workspaces = { - -- FIXME: This shouldn't be in the Versioncontrol. Make this - -- into a local extension of the plugin. - main = "~/Nextcloud/Neorg", - notes = "~/Nextcloud/Notes", + -- NOTE: This is the server branch, note taking here should not + -- be needed. Also, my server does not have a synchronisation + -- to nextcloud set up, so I don't have access to my Neorg + -- notes regardless. }, }, },