Skip to content

Commit 05f2e12

Browse files
authored
fix(neorg): Add default workspace for Neorg (#1237)
* Update init.lua to add default workspace With default workspace, Neorg can start with that workspace. The user does not have to run the command to load the workspace after starting nvim. * Fix code formatting
1 parent b8328bf commit 05f2e12

File tree

1 file changed

+1
-0
lines changed
  • lua/astrocommunity/note-taking/neorg

1 file changed

+1
-0
lines changed

lua/astrocommunity/note-taking/neorg/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ return {
1919
workspaces = {
2020
notes = "~/projects/notes",
2121
},
22+
default_workspace = "notes",
2223
},
2324
},
2425
},

0 commit comments

Comments
 (0)