mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/modules-performance: add nvim-cmp to extraPlugins when necessary
This commit is contained in:
parent
a4e5f69435
commit
bb5b0a2655
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue