Added Neorg #39

Merged
wesley merged 1 commits from neorg-install into development 2026-05-18 19:21:21 -04:00
Showing only changes of commit 83c2cc26ff - Show all commits
@@ -0,0 +1,21 @@
return {
"nvim-neorg/neorg",
lazy = false,
version = "*",
config = function()
require("neorg").setup({
load = {
["core.defaults"] = {},
["core.concealer"] = {},
["core.dirman"] = {
config = {
workspaces = {
notes = "~/notes",
},
default_workspace = "notes",
},
},
},
})
end,
}