diff options
Diffstat (limited to '')
| -rw-r--r-- | nvim/lua/plugins/neorg.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nvim/lua/plugins/neorg.lua b/nvim/lua/plugins/neorg.lua index be2f7e2..1e2d948 100644 --- a/nvim/lua/plugins/neorg.lua +++ b/nvim/lua/plugins/neorg.lua @@ -21,6 +21,14 @@ local config = function() } } }, + -- ["core.dirman"] = { + -- config = { + -- workspaces = { + -- default = "~/neorg" + -- }, + -- index = "index.norg" + -- } + -- }, ["core.completion"] = { config = { engine = "nvim-cmp" |
