Skip to content

Commit

Permalink
tests/cmp-all-sources: disable the otter source as it triggers a warn…
Browse files Browse the repository at this point in the history
…ing when treesitter is missing
  • Loading branch information
GaetanLepage committed Aug 1, 2024
1 parent 8024b04 commit bae46ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test-sources/plugins/completion/cmp-all-sources.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down

0 comments on commit bae46ea

Please sign in to comment.