mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-31 16:14:46 +02:00
plugins/neotest: init
This commit is contained in:
parent
0ee062ed74
commit
975f1ca526
20 changed files with 916 additions and 2 deletions
21
tests/test-sources/plugins/neotest/go.nix
Normal file
21
tests/test-sources/plugins/neotest/go.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
enable = true;
|
||||
|
||||
adapters.go = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
experimental = {
|
||||
test_table = true;
|
||||
};
|
||||
args = ["-count=1" "-timeout=60s"];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue