aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/neorg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/neorg.lua')
-rw-r--r--nvim/lua/plugins/neorg.lua8
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"