Skip to content

Commit bb5b0a2

Browse files
committed
tests/modules-performance: add nvim-cmp to extraPlugins when necessary
1 parent a4e5f69 commit bb5b0a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test-sources/modules/performance/combine-plugins.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ in
6464
extraPlugins = with pkgs.vimPlugins; [
6565
# Depends on nvim-cmp
6666
cmp-dictionary
67+
# We have to manually add cmp-dictionary's dependence: nvim-cmp
68+
nvim-cmp
6769
# Depends on telescope-nvim which itself depends on plenary-nvim
6870
telescope-undo-nvim
6971
];
@@ -332,6 +334,8 @@ in
332334
telescope-nvim
333335
# Only its dependency (nvim-cmp) won't be combined, but not the plugin itself
334336
cmp-dictionary
337+
# We have to manually add cmp-dictionary's dependence: nvim-cmp
338+
nvim-cmp
335339
# More plugins
336340
gitsigns-nvim
337341
luasnip

0 commit comments

Comments
 (0)