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