From 578e2f8adb16cde270d1d80d37f8af2efb3e16ec Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 29 Aug 2023 17:00:08 +0200 Subject: Fix(hm/conf/nvim/plugins/neorg): Add telescope integration --- hm/soispha/conf/nvim/plugins/neorg/default.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 = { -- cgit 1.4.1