From b28dcf501e2f21b2103fd69e2a95b06e38d8dd96 Mon Sep 17 00:00:00 2001 From: Thiago-Assis-T Date: Sat, 5 Aug 2023 12:34:01 -0300 Subject: [PATCH] aaaaa --- lua/plugins/neorg.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/neorg.lua b/lua/plugins/neorg.lua index 381c43f..071d974 100644 --- a/lua/plugins/neorg.lua +++ b/lua/plugins/neorg.lua @@ -10,8 +10,8 @@ require('neorg').setup({ ['core.dirman'] = { -- Manages Neorg workspaces config = { workspaces = { - work = '~/Notes/Work', - study = '~Notes/Study', + work = '~/Desktop/Notes/Work', + study = '~Desktop/Notes/Study', }, }, },