diff options
author | Soispha <soispha@vhack.eu> | 2023-08-29 15:59:23 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-29 15:59:23 +0200 |
commit | f4b2248d28822eff57ac21dd53e1f693ab0edd24 (patch) | |
tree | 484df23d94a3d2321a2f917325d8bc92dfd58e21 /hm | |
parent | Chore(hm/conf/lf/commads): Add initial draft of a reflinking cp in lf (diff) | |
download | nixos-config-f4b2248d28822eff57ac21dd53e1f693ab0edd24.tar.gz nixos-config-f4b2248d28822eff57ac21dd53e1f693ab0edd24.zip |
Fix(hm/conf/nvim/plugins/neorg): Disable calendar until nvim >= 0.10
Diffstat (limited to 'hm')
-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; + # }; }; }; } |