diff options
Diffstat (limited to 'modules/by-name/nv/nvim')
-rw-r--r-- | modules/by-name/nv/nvim/plgs/neorg/default.nix | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/modules/by-name/nv/nvim/plgs/neorg/default.nix b/modules/by-name/nv/nvim/plgs/neorg/default.nix index 2f52d4fd..995f9601 100644 --- a/modules/by-name/nv/nvim/plgs/neorg/default.nix +++ b/modules/by-name/nv/nvim/plgs/neorg/default.nix @@ -57,11 +57,9 @@ in { __empty = null; }; - # TODO: Add this when the nvim version in nixpkgs is >= 0.10 <2023-08-29> - # - # "core.ui.calendar".config = { - # __empty = null; - # }; + "core.ui.calendar".config = { + __empty = null; + }; }; }; }; |