Add modules to Neorg: defaults, dirman, concealer
This commit is contained in:
parent
57473ff020
commit
f909d576fd
1 changed files with 13 additions and 1 deletions
|
|
@ -1,6 +1,18 @@
|
||||||
return {
|
return {
|
||||||
"nvim-neorg/neorg",
|
"nvim-neorg/neorg",
|
||||||
opts = {},
|
opts = {
|
||||||
|
load = {
|
||||||
|
["core.defaults"] = {},
|
||||||
|
["core.dirman"] = {
|
||||||
|
config = {
|
||||||
|
workspaces = {
|
||||||
|
my_workspace = "~/.neorg",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
["core.concealer"] = {},
|
||||||
|
},
|
||||||
|
},
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue