From 69968d2fe23e66a731d49e842507fdf7b299f543 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Thu, 1 Feb 2024 00:14:17 +0100 Subject: [PATCH] docs(README): add rustaceanvim --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df3ef48..a151d44 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,8 @@ See the adapter's documentation for their specific setup instructions. | testthat | [neotest-testthat](https://github.com/shunsambongi/neotest-testthat) | | phpunit | [neotest-phpunit](https://github.com/olimorris/neotest-phpunit) | | pest | [neotest-pest](https://github.com/theutz/neotest-pest) | -| rust | [neotest-rust](https://github.com/rouge8/neotest-rust) | +| rust (treesitter) | [neotest-rust](https://github.com/rouge8/neotest-rust) | +| rust (LSP) | [rustaceanvim](https://github.com/mrcjkb/rustaceanvim) | | elixir | [neotest-elixir](https://github.com/jfpedroza/neotest-elixir) | | dotnet | [neotest-dotnet](https://github.com/Issafalcon/neotest-dotnet) | | scala | [neotest-scala](https://github.com/stevanmilic/neotest-scala) |