Add neorg fix for windows
This commit is contained in:
parent
b0c7e3e4e1
commit
20e588f4a6
@ -57,7 +57,7 @@ return require('packer').startup(function(use)
|
|||||||
["core.dirman"] = {
|
["core.dirman"] = {
|
||||||
config = {
|
config = {
|
||||||
workspaces = {
|
workspaces = {
|
||||||
notes = "~/Documents/Notes",
|
notes = os.getenv("LOCALAPPDATA") .. "\\nvim-data\\Notes",
|
||||||
},
|
},
|
||||||
default_workspace = "notes",
|
default_workspace = "notes",
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user