mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 12:45:24 +02:00
plugins/neotest: add more adapters
This commit is contained in:
parent
975f1ca526
commit
5004178c0c
6 changed files with 109 additions and 2 deletions
|
@ -10,13 +10,18 @@
|
|||
enable = true;
|
||||
|
||||
adapters = {
|
||||
bash.enable = true;
|
||||
dart.enable = true;
|
||||
deno.enable = true;
|
||||
dotnet.enable = true;
|
||||
elixir.enable = true;
|
||||
foundry.enable = true;
|
||||
go.enable = true;
|
||||
gradle.enable = true;
|
||||
haskell.enable = true;
|
||||
java.enable = true;
|
||||
jest.enable = true;
|
||||
minitest.enable = true;
|
||||
pest.enable = true;
|
||||
phpunit.enable = true;
|
||||
plenary.enable = true;
|
||||
|
@ -26,6 +31,7 @@
|
|||
scala.enable = true;
|
||||
testthat.enable = true;
|
||||
vitest.enable = true;
|
||||
zig.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue