mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 17:24:32 +02:00
tests/cmp-all-sources: disable the otter source as it triggers a warning when treesitter is missing
This commit is contained in:
parent
8024b044d6
commit
bae46eafd1
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@
|
||||||
disabledSources = [
|
disabledSources = [
|
||||||
# We do not provide the required HF_API_KEY environment variable.
|
# We do not provide the required HF_API_KEY environment variable.
|
||||||
"cmp_ai"
|
"cmp_ai"
|
||||||
|
# Triggers the warning complaining about treesitter highlighting being disabled
|
||||||
|
"otter"
|
||||||
] ++ optional (pkgs.stdenv.hostPlatform.system == "aarch64-linux") "cmp_tabnine";
|
] ++ optional (pkgs.stdenv.hostPlatform.system == "aarch64-linux") "cmp_tabnine";
|
||||||
in
|
in
|
||||||
pipe config.cmpSourcePlugins [
|
pipe config.cmpSourcePlugins [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue