Add neorg fix for windows
This commit is contained in:
parent
607a6fb01a
commit
d3e9655b50
@ -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",
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user