mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
vimPlugins.neotest-pest: init at 2022-11-24
This commit is contained in:
parent
1e3ec1b805
commit
84ba1f6f15
2 changed files with 13 additions and 0 deletions
|
@ -5577,6 +5577,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/haydenmeade/neotest-jest/";
|
||||
};
|
||||
|
||||
neotest-pest = buildVimPluginFrom2Nix {
|
||||
pname = "neotest-pest";
|
||||
version = "2022-11-24";
|
||||
src = fetchFromGitHub {
|
||||
owner = "theutz";
|
||||
repo = "neotest-pest";
|
||||
rev = "a50582719267a847c84e1564e97c698d994f883c";
|
||||
sha256 = "00scdxkqkfsdq6sn1a7cdcrqpdi8bzi5z2qjqlysp6njilbd1jws";
|
||||
};
|
||||
meta.homepage = "https://github.com/theutz/neotest-pest/";
|
||||
};
|
||||
|
||||
neotest-phpunit = buildVimPluginFrom2Nix {
|
||||
pname = "neotest-phpunit";
|
||||
version = "2022-10-09";
|
||||
|
|
|
@ -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/theutz/neotest-pest/,HEAD,
|
||||
https://github.com/olimorris/neotest-phpunit/,HEAD,
|
||||
https://github.com/nvim-neotest/neotest-plenary/,HEAD,
|
||||
https://github.com/nvim-neotest/neotest-python/,HEAD,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue