about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-29 15:59:23 +0200
committerSoispha <soispha@vhack.eu>2023-08-29 15:59:23 +0200
commitf4b2248d28822eff57ac21dd53e1f693ab0edd24 (patch)
tree484df23d94a3d2321a2f917325d8bc92dfd58e21 /hm
parentChore(hm/conf/lf/commads): Add initial draft of a reflinking cp in lf (diff)
downloadnixos-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.nix8
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;
+      # };
     };
   };
 }