vimPlugins.neotest-bun: init at 0-unstable-2026-01-05

https://github.com/Arthur944/neotest-bun
This commit is contained in:
Austin Horstman
2026-05-31 22:43:58 -05:00
parent 28a11ee158
commit ad3acf6998
3 changed files with 22 additions and 0 deletions
@@ -11231,6 +11231,20 @@ final: prev: {
meta.hydraPlatforms = [ ];
};
neotest-bun = buildVimPlugin {
pname = "neotest-bun";
version = "0-unstable-2026-01-05";
src = fetchFromGitHub {
owner = "Arthur944";
repo = "neotest-bun";
rev = "af0f8684cd00a96f1e0359f1aeff2b9bf7a0ec88";
hash = "sha256-Y1I0zW8S8/Fz46rPIkHzTGbm7C8BXOfjq+V19YrzPlo=";
};
meta.homepage = "https://github.com/Arthur944/neotest-bun/";
meta.license = getLicenseFromSpdxId "MIT";
meta.hydraPlatforms = [ ];
};
neotest-ctest = buildVimPlugin {
pname = "neotest-ctest";
version = "0.3.0";
@@ -2809,6 +2809,13 @@ assertNoAdditions {
];
};
neotest-bun = super.neotest-bun.overrideAttrs {
dependencies = with self; [
neotest
nvim-nio
];
};
neotest-ctest = super.neotest-ctest.overrideAttrs {
dependencies = with self; [
neotest
@@ -800,6 +800,7 @@ https://github.com/Shougo/neosnippet.vim/,,
https://github.com/kawre/neotab.nvim/,,
https://github.com/kassio/neoterm/,,
https://github.com/rcasia/neotest-bash/,,
https://github.com/Arthur944/neotest-bun/,,
https://github.com/orjangj/neotest-ctest/,,
https://github.com/sidlatau/neotest-dart/,,
https://github.com/MarkEmmons/neotest-deno/,,