From e2283f27bf144cea3075bbb30b0c97d4c6d71d4a Mon Sep 17 00:00:00 2001 From: Son Luong Ngoc Date: Sun, 22 Sep 2024 13:49:12 +0200 Subject: [PATCH] docs(README): add neotest-bazel (#448) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b34a3b0..42e12c9 100644 --- a/README.md +++ b/README.md @@ -118,11 +118,12 @@ See the adapter's documentation for their specific setup instructions. | haskell | [neotest-haskell](https://github.com/mrcjkb/neotest-haskell) | | deno | [neotest-deno](https://github.com/MarkEmmons/neotest-deno) | | java | [neotest-java](https://github.com/rcasia/neotest-java) | -| kotlin | [neotest-kotlin](https://github.com/codymikol/neotest-kotlin.nvim) | +| kotlin | [neotest-kotlin](https://github.com/codymikol/neotest-kotlin.nvim) | | foundry | [neotest-foundry](https://github.com/llllvvuu/neotest-foundry) | | zig | [neotest-zig](https://github.com/lawrence-laz/neotest-zig) | | c++ (google test) | [neotest-gtest](https://github.com/alfaix/neotest-gtest) | | gradle | [neotest-gradle](https://github.com/weilbith/neotest-gradle) | +| bazel | [neotest-bazel](https://github.com/sluongng/neotest-bazel) | | bash | [neotest-bash](https://github.com/rcasia/neotest-bash) | | hardhat | [neotest-hardhat](https://github.com/TheSnakeWitcher/hardhat.nvim) |