neorg fiddling

This commit is contained in:
Solomon Laing 2023-09-11 22:15:26 +09:30
parent b6be8df8f2
commit 0f9a9af4a6

View File

@ -1,8 +1,9 @@
return {
"nvim-neorg/neorg",
event = "BufEnter *.norg",
dependencies = { { "nvim-lua/plenary.nvim" } },
ft = "norg",
cmd = "Neorg",
build = ":Neorg sync-parsers",
dependencies = { { "nvim-lua/plenary.nvim" } },
opts = {
load = {
["core.defaults"] = {},
@ -15,6 +16,7 @@ return {
personal = "~/notes/neorg/personal",
journal = "~/notes/neorg/journal",
},
default_workspace = "default",
},
},
["core.completion"] = {