mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-29 22:30:13 +02:00
plugins/neotest: init
This commit is contained in:
parent
0ee062ed74
commit
975f1ca526
20 changed files with 916 additions and 2 deletions
18
tests/test-sources/plugins/neotest/plenary.nix
Normal file
18
tests/test-sources/plugins/neotest/plenary.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
enable = true;
|
||||
|
||||
adapters.plenary = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
min_init = "./path/to/test_init.lua";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue