Skip to content

Commit

Permalink
fix(neorg): Add default workspace for Neorg (#1237)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
haphamdev authored Oct 11, 2024
1 parent b8328bf commit 05f2e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/note-taking/neorg/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ return {
workspaces = {
notes = "~/projects/notes",
},
default_workspace = "notes",
},
},
},
Expand Down

0 comments on commit 05f2e12

Please sign in to comment.