mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 13:23:17 +00:00
vimPlugins.cmp-git: add plenary dependency
This commit is contained in:
parent
48dbfbc9c8
commit
29535b5bc9
@ -246,7 +246,7 @@
|
||||
};
|
||||
|
||||
cmp-git = super.cmp-git.overrideAttrs {
|
||||
dependencies = with self; [ nvim-cmp ];
|
||||
dependencies = with self; [ nvim-cmp plenary-nvim ];
|
||||
};
|
||||
|
||||
cmp-greek = super.cmp-greek.overrideAttrs {
|
||||
|
Loading…
Reference in New Issue
Block a user