From 25a5f47cfeda750bd3808d61400d136f5d428764 Mon Sep 17 00:00:00 2001 From: Saeed Afzal <37543494+saeedafzal@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:57:28 +0000 Subject: [PATCH] Update neorg.lua --- lua/plugins/neorg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/neorg.lua b/lua/plugins/neorg.lua index 58c3115..7616038 100644 --- a/lua/plugins/neorg.lua +++ b/lua/plugins/neorg.lua @@ -9,7 +9,7 @@ return { ["core.dirman"] = { -- Manages Neorg workspaces config = { workspaces = { - notes = "/Users/ghost/Library/Mobile Documents/com~apple~CloudDocs/Neorg" + notes = "~/Library/Mobile Documents/com~apple~CloudDocs/Neorg" } } }