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

This commit is contained in:
Marc Jakobi
2026-06-02 22:19:26 +02:00
parent 8050eaebd1
commit a18ccd4fa4
@@ -822,6 +822,10 @@ assertNoAdditions {
dependencies = [ self.nvim-snippy ];
};
cmp-spell = super.cmp-spell.overrideAttrs {
checkInputs = [ self.nvim-cmp ];
};
cmp-tabby = super.cmp-tabby.overrideAttrs {
checkInputs = [ self.nvim-cmp ];
};