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

This commit is contained in:
Marc Jakobi
2026-06-02 22:19:26 +02:00
parent a18ccd4fa4
commit 8fde2e9571
@@ -845,6 +845,10 @@ assertNoAdditions {
dependencies = [ tmux ];
};
cmp-treesitter = super.cmp-treesitter.overrideAttrs {
checkInputs = [ self.nvim-cmp ];
};
cmp-vim-lsp = super.cmp-vim-lsp.overrideAttrs {
checkInputs = [ self.nvim-cmp ];
dependencies = [ self.vim-lsp ];