diff options
author | Squibid <me@zacharyscheiman.com> | 2023-11-27 18:22:44 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-11-27 18:22:44 -0500 |
commit | 3e36359f07013a0990aa8ad41cf8366320fd502f (patch) | |
tree | 2724610e5f897cf8bfbc4cb44adfcb5c374ce94c | |
parent | 1122ca1b383517bde738e371e2f71e0af82e81c5 (diff) | |
download | nvim-3e36359f07013a0990aa8ad41cf8366320fd502f.tar.gz nvim-3e36359f07013a0990aa8ad41cf8366320fd502f.tar.bz2 nvim-3e36359f07013a0990aa8ad41cf8366320fd502f.zip |
add new workspace, and set default one
Diffstat (limited to '')
-rw-r--r-- | after/plugin/neorg.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/after/plugin/neorg.lua b/after/plugin/neorg.lua index 49431e2..9fb3f94 100644 --- a/after/plugin/neorg.lua +++ b/after/plugin/neorg.lua @@ -18,9 +18,11 @@ neorg.setup { config = { workspaces = { home = wsphome.."home", - robotics = wsphome.."robotics" + robotics = wsphome.."robotics", + school = wsphome.."school" }, index = "index.norg", + default_workspace = "home" } }, ["core.summary"] = {}, |