mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
Revert "tests/modules-performance: add nvim-cmp to extraPlugins when necessary"
This reverts commit bb5b0a2655
.
This change defeats the purpose of the dependency test. Revert it.
The test should verify that dependencies are correctly pulled. If
upstream plugin doesn't have dependency anymore, then a suitable
alternative should be used, not dependencies added manually.
This commit is contained in:
parent
7bb135b091
commit
faa31d994c
1 changed files with 0 additions and 4 deletions
|
@ -64,8 +64,6 @@ in
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
# Depends on nvim-cmp
|
# Depends on nvim-cmp
|
||||||
cmp-dictionary
|
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
|
# Depends on telescope-nvim which itself depends on plenary-nvim
|
||||||
telescope-undo-nvim
|
telescope-undo-nvim
|
||||||
];
|
];
|
||||||
|
@ -334,8 +332,6 @@ in
|
||||||
telescope-nvim
|
telescope-nvim
|
||||||
# Only its dependency (nvim-cmp) won't be combined, but not the plugin itself
|
# Only its dependency (nvim-cmp) won't be combined, but not the plugin itself
|
||||||
cmp-dictionary
|
cmp-dictionary
|
||||||
# We have to manually add cmp-dictionary's dependence: nvim-cmp
|
|
||||||
nvim-cmp
|
|
||||||
# More plugins
|
# More plugins
|
||||||
gitsigns-nvim
|
gitsigns-nvim
|
||||||
luasnip
|
luasnip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue