Skip to content

Commit

Permalink
plugins/zig: add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Mar 3, 2024
1 parent 60c6912 commit d85f710
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/test-sources/plugins/languages/zig.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
empty = {
plugins.zig.enable = true;
};

example = {
plugins.zig = {
enable = true;

settings = {
fmt_autosave = false;
};
};
};
}

0 comments on commit d85f710

Please sign in to comment.