vimPlugins.cmp-git: remove curl and git from dependencies

This commit is contained in:
figsoda
2023-07-08 15:03:07 -04:00
parent 485762b3f1
commit 71d08c7af6
@@ -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 {