vimPlugins.cmp-git: add plenary dependency
This commit is contained in:
committed by
Matthieu Coudron
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 {
|
||||
|
||||
Reference in New Issue
Block a user