vimPlugins.cmp-buffer: add nvim-cmp to checkInputs

This commit is contained in:
Marc Jakobi
2026-06-02 22:19:26 +02:00
parent ecbe4c551d
commit a61351cb2e
@@ -664,6 +664,10 @@ assertNoAdditions {
checkInputs = [ self.nvim-cmp ];
};
cmp-buffer = super.cmp-buffer.overrideAttrs {
checkInputs = [ self.nvim-cmp ];
};
cmp-clippy = super.cmp-clippy.overrideAttrs {
checkInputs = [ self.nvim-cmp ];
dependencies = with self; [