diff options
author | Soispha <soispha@vhack.eu> | 2023-08-29 17:00:08 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-29 17:00:08 +0200 |
commit | 578e2f8adb16cde270d1d80d37f8af2efb3e16ec (patch) | |
tree | 44d807313c55533fa462eb89df43312bc17f02c8 | |
parent | Fix(hm/conf/nvim/options): Set `textwidth` to 90, as 120 is just too much (diff) | |
download | nixos-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.nix | 4 |
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 = { |