Add logbooks directory to neorg
This commit is contained in:
parent
44f152de71
commit
06fb5a7ecf
|
@ -19,7 +19,7 @@ return {
|
||||||
load = {
|
load = {
|
||||||
["core.defaults"] = {},
|
["core.defaults"] = {},
|
||||||
["core.concealer"] = {},
|
["core.concealer"] = {},
|
||||||
["core.dirman"] = { config = { workspaces = { notes = "~/notes" } } },
|
["core.dirman"] = { config = { workspaces = { notes = "~/notes", logbooks = "~/Documents/Logbooks" } } },
|
||||||
["core.completion"] = { config = { engine = "nvim-cmp" } },
|
["core.completion"] = { config = { engine = "nvim-cmp" } },
|
||||||
["core.export"] = {},
|
["core.export"] = {},
|
||||||
["core.presenter"] = { config = { zen_mode = "zen-mode" } },
|
["core.presenter"] = { config = { zen_mode = "zen-mode" } },
|
||||||
|
|
Loading…
Reference in a new issue