Stow Tweak #45

Merged
wesley merged 13 commits from development into main 2026-05-20 20:20:28 -04:00
Showing only changes of commit 57f15be7c5 - 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,
}