Add neorg fix for windows

This commit is contained in:
Lord Of Nougate 2023-09-05 21:57:59 +02:00
parent 607a6fb01a
commit d3e9655b50
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ return require('packer').startup(function(use)
["core.dirman"] = {
config = {
workspaces = {
notes = "~/Documents/Notes",
notes = os.getenv("LOCALAPPDATA") .. "\\nvim-data\\Notes",
},
default_workspace = "notes",
},