mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
plugins/neotest: move to by-name
This commit is contained in:
parent
0f83298f2c
commit
9d323f3ec7
26 changed files with 0 additions and 2 deletions
27
tests/test-sources/plugins/by-name/neotest/minitest.nix
Normal file
27
tests/test-sources/plugins/by-name/neotest/minitest.nix
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
enable = true;
|
||||
|
||||
adapters.minitest = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
test_cmd.__raw = ''
|
||||
function()
|
||||
return vim.tbl_flatten({
|
||||
"bundle",
|
||||
"exec",
|
||||
"rails",
|
||||
"test",
|
||||
})
|
||||
end
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue