tests/cmp-all-sources: disable the otter source as it triggers a warning when treesitter is missing

This commit is contained in:
Gaetan Lepage 2024-07-29 00:14:20 +02:00
parent 8024b044d6
commit bae46eafd1

View file

@ -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 [