plugins/zig: add tests

This commit is contained in:
Gaetan Lepage 2024-03-02 23:41:43 +01:00 committed by Gaétan Lepage
parent 60c6912126
commit d85f7108a6

View file

@ -0,0 +1,15 @@
{
empty = {
plugins.zig.enable = true;
};
example = {
plugins.zig = {
enable = true;
settings = {
fmt_autosave = false;
};
};
};
}