diff options
-rw-r--r-- | hm/soispha/conf/nvim/plugins/neorg/default.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/hm/soispha/conf/nvim/plugins/neorg/default.nix b/hm/soispha/conf/nvim/plugins/neorg/default.nix index c05570df..f9de8aa6 100644 --- a/hm/soispha/conf/nvim/plugins/neorg/default.nix +++ b/hm/soispha/conf/nvim/plugins/neorg/default.nix @@ -41,9 +41,11 @@ "core.export".config = { __empty = null; }; - "core.ui.calendar".config = { - __empty = null; - }; + # TODO: Add this when the nvim version in nixpkgs is >= 0.10 <2023-08-29> + # + # "core.ui.calendar".config = { + # __empty = null; + # }; }; }; } |