vimPlugins.neotest-bun: init at 0-unstable-2026-01-05 (#526601)
This commit is contained in:
@@ -11245,6 +11245,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
|
||||
|
||||
@@ -801,6 +801,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/,,
|
||||
|
||||
Reference in New Issue
Block a user