vimPlugins.cmp-buffer: add nvim-cmp to checkInputs
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user