mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +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
26
tests/test-sources/plugins/by-name/neotest/haskell.nix
Normal file
26
tests/test-sources/plugins/by-name/neotest/haskell.nix
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
example = {
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
neotest = {
|
||||
enable = true;
|
||||
|
||||
adapters.haskell = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
build_tools = [
|
||||
"stack"
|
||||
"cabal"
|
||||
];
|
||||
frameworks = [
|
||||
"tasty"
|
||||
"hspec"
|
||||
"sydtest"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue