neorg fiddling
This commit is contained in:
parent
b6be8df8f2
commit
0f9a9af4a6
@ -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"] = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user