From 71d08c7af6c9dc483f451aadf4204c725e33d4ed Mon Sep 17 00:00:00 2001 From: figsoda Date: Sat, 8 Jul 2023 15:03:07 -0400 Subject: [PATCH] vimPlugins.cmp-git: remove curl and git from dependencies --- pkgs/applications/editors/vim/plugins/overrides.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 309f7a384e09..286bd94bc466 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -214,7 +214,7 @@ self: super: { }; cmp-git = super.cmp-git.overrideAttrs { - dependencies = with self; [ nvim-cmp curl git ]; + dependencies = with self; [ nvim-cmp ]; }; cmp-greek = super.cmp-greek.overrideAttrs {