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