vimPlugins.cmp-git: add plenary dependency

This commit is contained in:
Gaetan Lepage
2024-04-30 23:35:03 +02:00
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 {