more neorg modules

This commit is contained in:
2023-05-23 14:35:49 -04:00
parent 3094f3460e
commit 9e80da174b

View File

@ -3,16 +3,26 @@ if not status_ok then
return
end
local wsphome = "~/documents/notes/"
neorg.setup {
load = {
["core.defaults"] = {},
["core.esupports.metagen"] = {
config = {
type = "auto",
update_date = true,
}
},
["core.dirman"] = {
config = {
workspaces = {
home = "~/Documents/notes/home",
}
home = wsphome .. "home",
robotics = wsphome .. "robotics"
},
index = "index.norg",
}
},
["core.summary"] = {},
["core.concealer"] = {
config = {
dim_code_blocks = {
@ -20,6 +30,8 @@ neorg.setup {
content_only = false,
width = "content",
},
folds = false,
icon_preset = "varied",
}
},
["core.export"] = {},