vimPlugins.cmp-calc: add nvim-cmp to checkInputs
This commit is contained in:
@@ -668,6 +668,10 @@ assertNoAdditions {
|
||||
checkInputs = [ self.nvim-cmp ];
|
||||
};
|
||||
|
||||
cmp-calc = super.cmp-calc.overrideAttrs {
|
||||
checkInputs = [ self.nvim-cmp ];
|
||||
};
|
||||
|
||||
cmp-clippy = super.cmp-clippy.overrideAttrs {
|
||||
checkInputs = [ self.nvim-cmp ];
|
||||
dependencies = with self; [
|
||||
|
||||
Reference in New Issue
Block a user