diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 31b1108c893b..619c8e64dff2 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -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"; diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index a1989d0e7c17..cd4c0d3344b0 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -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 diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index cde634738c55..023fd627ece7 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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/,,