From 68ea6b53b6cb58c54ac51256cdfd76eec540806c Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Thu, 4 Apr 2024 16:02:20 +0200 Subject: [PATCH] fix: broken wiki --- lua/neorg/modules/core/dirman/module.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/neorg/modules/core/dirman/module.lua b/lua/neorg/modules/core/dirman/module.lua index b07a31be1..c39027e54 100644 --- a/lua/neorg/modules/core/dirman/module.lua +++ b/lua/neorg/modules/core/dirman/module.lua @@ -115,7 +115,7 @@ module.config.public = { -- set to the Neovim current working directory on boot. ---@type table workspaces = { - default = Path.cwd(), + default = require("pathlib").cwd(), }, -- The name for the index file. --