about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-29 17:00:08 +0200
committerSoispha <soispha@vhack.eu>2023-08-29 17:00:08 +0200
commit578e2f8adb16cde270d1d80d37f8af2efb3e16ec (patch)
tree44d807313c55533fa462eb89df43312bc17f02c8
parentFix(hm/conf/nvim/options): Set `textwidth` to 90, as 120 is just too much (diff)
downloadnixos-config-578e2f8adb16cde270d1d80d37f8af2efb3e16ec.tar.gz
nixos-config-578e2f8adb16cde270d1d80d37f8af2efb3e16ec.zip
Fix(hm/conf/nvim/plugins/neorg): Add telescope integration
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/nvim/plugins/neorg/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hm/soispha/conf/nvim/plugins/neorg/default.nix b/hm/soispha/conf/nvim/plugins/neorg/default.nix
index 98863388..2014af9f 100644
--- a/hm/soispha/conf/nvim/plugins/neorg/default.nix
+++ b/hm/soispha/conf/nvim/plugins/neorg/default.nix
@@ -41,6 +41,10 @@
       "core.export".config = {
         __empty = null;
       };
+      "core.integrations.telescope".config = {
+        __empty = null;
+      };
+
       # TODO: Add this when the nvim version in nixpkgs is >= 0.10 <2023-08-29>
       #
       # "core.ui.calendar".config = {