From bb5b0a26556017f1f3a4c07f8bd20dee88f6ffb0 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 30 Nov 2024 18:08:10 +0100 Subject: [PATCH] tests/modules-performance: add nvim-cmp to extraPlugins when necessary --- tests/test-sources/modules/performance/combine-plugins.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test-sources/modules/performance/combine-plugins.nix b/tests/test-sources/modules/performance/combine-plugins.nix index cadeb355..d5f7d640 100644 --- a/tests/test-sources/modules/performance/combine-plugins.nix +++ b/tests/test-sources/modules/performance/combine-plugins.nix @@ -64,6 +64,8 @@ in extraPlugins = with pkgs.vimPlugins; [ # Depends on nvim-cmp cmp-dictionary + # We have to manually add cmp-dictionary's dependence: nvim-cmp + nvim-cmp # Depends on telescope-nvim which itself depends on plenary-nvim telescope-undo-nvim ]; @@ -332,6 +334,8 @@ in telescope-nvim # Only its dependency (nvim-cmp) won't be combined, but not the plugin itself cmp-dictionary + # We have to manually add cmp-dictionary's dependence: nvim-cmp + nvim-cmp # More plugins gitsigns-nvim luasnip