Skip to content

Commit

Permalink
fix: broken wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Apr 4, 2024
1 parent ffcf017 commit 68ea6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/dirman/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ module.config.public = {
-- set to the Neovim current working directory on boot.
---@type table<string, PathlibPath>
workspaces = {
default = Path.cwd(),
default = require("pathlib").cwd(),
},
-- The name for the index file.
--
Expand Down

0 comments on commit 68ea6b5

Please sign in to comment.