From 8f0516bdbd2241f7de1a51f2775b448b83607538 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Mon, 11 Sep 2023 21:41:05 +0200 Subject: [PATCH] correct neorg dirs --- lua/plex/plugins/extras/org/neorg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plex/plugins/extras/org/neorg.lua b/lua/plex/plugins/extras/org/neorg.lua index 68905c3..e2c54b4 100644 --- a/lua/plex/plugins/extras/org/neorg.lua +++ b/lua/plex/plugins/extras/org/neorg.lua @@ -16,7 +16,7 @@ return { -- FIXME: This shouldn't be in the Versioncontrol. Make this -- into a local extension of the plugin. main = "~/Nextcloud/Neorg", - notes = "~/Nextcloud/Notes", + notes = "~/Nextcloud/Notizen", }, }, },