mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 01:25:22 +02:00
tests/modules/performance/combine-plugins: use shared stub plugins
This commit replaces stub plugins with the shared ones from utils module. This also removes separate tests for checking python and lua dependencies. This is now tested in the 'default' test thanks to `pluginChecks` code.
This commit is contained in:
parent
a49b270861
commit
4c23fb2738
2 changed files with 133 additions and 270 deletions
|
@ -58,6 +58,7 @@ let
|
|||
prev:
|
||||
{
|
||||
inherit name;
|
||||
pname = name;
|
||||
buildCommand = ''
|
||||
${prev.buildCommand}
|
||||
# Activate vimGenDocHook for doc checks to pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue