From bae46eafd1dce8568042cbdee6226b1f0325a969 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 29 Jul 2024 00:14:20 +0200 Subject: [PATCH] tests/cmp-all-sources: disable the otter source as it triggers a warning when treesitter is missing --- tests/test-sources/plugins/completion/cmp-all-sources.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test-sources/plugins/completion/cmp-all-sources.nix b/tests/test-sources/plugins/completion/cmp-all-sources.nix index f3690324..5de73d5c 100644 --- a/tests/test-sources/plugins/completion/cmp-all-sources.nix +++ b/tests/test-sources/plugins/completion/cmp-all-sources.nix @@ -20,6 +20,8 @@ disabledSources = [ # We do not provide the required HF_API_KEY environment variable. "cmp_ai" + # Triggers the warning complaining about treesitter highlighting being disabled + "otter" ] ++ optional (pkgs.stdenv.hostPlatform.system == "aarch64-linux") "cmp_tabnine"; in pipe config.cmpSourcePlugins [