diff options
author | Soispha <soispha@vhack.eu> | 2023-10-01 14:25:53 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-01 14:54:38 +0200 |
commit | 7d56f48413c18b010450893e03809d37586aee3a (patch) | |
tree | 2feac0592c7be82eabf94897d1a3e17e93e0dfb6 /hm/soispha/conf/nvim | |
parent | style(hm/pkgs/scripts): Reorder alphabetically (diff) | |
download | nixos-config-7d56f48413c18b010450893e03809d37586aee3a.zip |
feat(hm/pkgs/scrs/neorg): Add support for opening current task context
Diffstat (limited to 'hm/soispha/conf/nvim')
-rw-r--r-- | hm/soispha/conf/nvim/plgs/neorg/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/conf/nvim/plgs/neorg/default.nix b/hm/soispha/conf/nvim/plgs/neorg/default.nix index 2014af9f..8d8015da 100644 --- a/hm/soispha/conf/nvim/plgs/neorg/default.nix +++ b/hm/soispha/conf/nvim/plgs/neorg/default.nix @@ -36,6 +36,7 @@ workspaces = { general = "~/repos/notes/general"; journal = "~/repos/notes/journal"; + projects = "~/repos/notes/projects"; }; }; "core.export".config = { |