Add modules to Neorg: defaults, dirman, concealer

This commit is contained in:
Martin Larsson 2024-10-08 01:21:56 +02:00
parent 57473ff020
commit f909d576fd

View file

@ -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,
} }