vimPlugins.cmp-fish: remove fish from dependencies

This commit is contained in:
figsoda 2023-07-08 15:02:54 -04:00
parent b685a4a245
commit 485762b3f1

View File

@ -202,7 +202,7 @@ self: super: {
};
cmp-fish = super.cmp-fish.overrideAttrs {
dependencies = with self; [ nvim-cmp fish ];
dependencies = with self; [ nvim-cmp ];
};
cmp-fuzzy-buffer = super.cmp-fuzzy-buffer.overrideAttrs {