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 {