mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +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
18
tests/test-sources/plugins/neotest/java.nix
Normal file
18
tests/test-sources/plugins/neotest/java.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
enable = true;
|
||||
|
||||
adapters.java = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
ignore_wrapper = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue