From e5c3b3874a4c2ff3dce5f7434ee976fe2d537e94 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 12 Jan 2025 15:05:52 -0600 Subject: [PATCH] vimPlugins.avante-nvim: remove explicit nvimRequireCheck --- .../vim/plugins/non-generated/avante-nvim/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/editors/vim/plugins/non-generated/avante-nvim/default.nix b/pkgs/applications/editors/vim/plugins/non-generated/avante-nvim/default.nix index 9d8a386e7826..9fcd587ae0fc 100644 --- a/pkgs/applications/editors/vim/plugins/non-generated/avante-nvim/default.nix +++ b/pkgs/applications/editors/vim/plugins/non-generated/avante-nvim/default.nix @@ -72,8 +72,11 @@ vimUtils.buildVimPlugin { inherit avante-nvim-lib; }; - doInstallCheck = true; - nvimRequireCheck = "avante"; + nvimSkipModule = [ + # Requires setup with corresponding provider + "avante.providers.azure" + "avante.providers.copilot" + ]; meta = { description = "Neovim plugin designed to emulate the behaviour of the Cursor AI IDE";