more neorg modules
This commit is contained in:
parent
a374719e3e
commit
d848039c88
1 changed files with 14 additions and 2 deletions
|
|
@ -3,16 +3,26 @@ if not status_ok then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
local wsphome = "~/documents/notes/"
|
||||||
neorg.setup {
|
neorg.setup {
|
||||||
load = {
|
load = {
|
||||||
["core.defaults"] = {},
|
["core.defaults"] = {},
|
||||||
|
["core.esupports.metagen"] = {
|
||||||
|
config = {
|
||||||
|
type = "auto",
|
||||||
|
update_date = true,
|
||||||
|
}
|
||||||
|
},
|
||||||
["core.dirman"] = {
|
["core.dirman"] = {
|
||||||
config = {
|
config = {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
home = "~/Documents/notes/home",
|
home = wsphome .. "home",
|
||||||
}
|
robotics = wsphome .. "robotics"
|
||||||
|
},
|
||||||
|
index = "index.norg",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
["core.summary"] = {},
|
||||||
["core.concealer"] = {
|
["core.concealer"] = {
|
||||||
config = {
|
config = {
|
||||||
dim_code_blocks = {
|
dim_code_blocks = {
|
||||||
|
|
@ -20,6 +30,8 @@ neorg.setup {
|
||||||
content_only = false,
|
content_only = false,
|
||||||
width = "content",
|
width = "content",
|
||||||
},
|
},
|
||||||
|
folds = false,
|
||||||
|
icon_preset = "varied",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["core.export"] = {},
|
["core.export"] = {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue