vimPlugins.neotest-phpunit: init at 2022-10-09

This commit is contained in:
"Alexander Sieg" 2023-04-09 16:59:45 +02:00
parent cf3aa530b5
commit 1e3ec1b805
2 changed files with 13 additions and 0 deletions

View File

@ -5577,6 +5577,18 @@ final: prev:
meta.homepage = "https://github.com/haydenmeade/neotest-jest/";
};
neotest-phpunit = buildVimPluginFrom2Nix {
pname = "neotest-phpunit";
version = "2022-10-09";
src = fetchFromGitHub {
owner = "olimorris";
repo = "neotest-phpunit";
rev = "0e5c306434ebea413585c3d0d39c97f6a33ef977";
sha256 = "1kbydwj6af7s945chh6bmykza7vnzs94cw55gs19324a1yd9ky7j";
};
meta.homepage = "https://github.com/olimorris/neotest-phpunit/";
};
neotest-plenary = buildVimPluginFrom2Nix {
pname = "neotest-plenary";
version = "2022-12-30";

View File

@ -468,6 +468,7 @@ https://github.com/sidlatau/neotest-dart/,HEAD,
https://github.com/nvim-neotest/neotest-go/,HEAD,
https://github.com/MrcJkb/neotest-haskell/,HEAD,
https://github.com/haydenmeade/neotest-jest/,HEAD,
https://github.com/olimorris/neotest-phpunit/,HEAD,
https://github.com/nvim-neotest/neotest-plenary/,HEAD,
https://github.com/nvim-neotest/neotest-python/,HEAD,
https://github.com/olimorris/neotest-rspec/,HEAD,