Added neorg config

This commit is contained in:
2023-06-28 22:56:46 +02:00
parent eacbc7dc11
commit bafa85504c

18
after/plugin/neorg.lua Normal file
View File

@@ -0,0 +1,18 @@
local status, neorg = pcall(require, "neorg")
if not status then
return
end
neorg.setup({
load = {
["core.defaults"] = {},
["core.concealer"] = {},
["core.dirman"] = {
config = {
workspaces = {
main = "~/neorg/main",
},
},
},
},
})