mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
vimPlugins.cmp-fish: remove fish from dependencies
This commit is contained in:
parent
b685a4a245
commit
485762b3f1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user