This commit is contained in:
Saeed Afzal
2024-01-08 21:16:52 +00:00
parent c094afe79c
commit bfcdea9887
9 changed files with 87 additions and 100 deletions

20
lua/plugins/neorg.lua Normal file
View File

@@ -0,0 +1,20 @@
return {
"nvim-neorg/neorg",
build = ":Neorg sync-parsers",
dependencies = "nvim-lua/plenary.nvim",
opts = {
load = {
["core.defaults"] = {},
["core.concealer"] = {},
["core.dirman"] = {
config = {
workspaces = {
notes = "~/Sync/Neorg",
work = "~/Sync/Work"
},
default_workspace = "notes"
}
}
}
}
}