all repos

init.lua @ 306eeb6109df5471e509255cd5e3aac9812c73f1

my nvim config
1 files changed, 3 insertions(+), 2 deletions(-)
feat(neorg): update workspaces
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2022-06-26 21:06:46 +0300
Parent: 858de31
M lua/configs/neorg.lua

@@ -13,8 +13,9 @@ },

["core.norg.dirman"] = { config = { workspaces = { - prog = "~/notes/programing", - self = "~/notes/self", + prog = "~/Notes/Programing", + study = "~/Notes/Study", + my = "~/Notes/My", }, }, },