server: remove neord dirs

This commit is contained in:
Christoph J. Scherr 2023-09-07 20:39:15 +02:00
parent 7b2db77584
commit b17dfbbae9
1 changed files with 4 additions and 4 deletions

View File

@ -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.
},
},
},