diff --git a/plugins/by-name/avante/default.nix b/plugins/by-name/avante/default.nix index a76d7eb9eb..79bab1fc60 100644 --- a/plugins/by-name/avante/default.nix +++ b/plugins/by-name/avante/default.nix @@ -1,6 +1,6 @@ { lib, ... }: let - inherit (lib.nixvim) defaultNullOpts mkNullOrOption' toLuaObject; + inherit (lib.nixvim) defaultNullOpts mkNullOrOption'; in lib.nixvim.neovim-plugin.mkNeovimPlugin { name = "avante"; diff --git a/tests/test-sources/plugins/by-name/avante/default.nix b/tests/test-sources/plugins/by-name/avante/default.nix index 3e8128c210..7a332ad7c6 100644 --- a/tests/test-sources/plugins/by-name/avante/default.nix +++ b/tests/test-sources/plugins/by-name/avante/default.nix @@ -21,7 +21,6 @@ timeout = 30000; temperature = 0; max_tokens = 4096; - local = false; }; copilot = { endpoint = "https://api.githubcopilot.com"; @@ -39,7 +38,6 @@ timeout = 30000; temperature = 0; max_tokens = 4096; - local = false; }; claude = { endpoint = "https://api.anthropic.com"; @@ -47,7 +45,6 @@ timeout = 30000; temperature = 0; max_tokens = 8000; - local = false; }; gemini = { endpoint = "https://generativelanguage.googleapis.com/v1beta/models"; @@ -55,7 +52,6 @@ timeout = 30000; temperature = 0; max_tokens = 4096; - local = false; }; cohere = { endpoint = "https://api.cohere.com/v1"; @@ -63,7 +59,6 @@ timeout = 30000; temperature = 0; max_tokens = 4096; - local = false; }; vendors = { }; behaviour = {