nix-community.nixvim/tests/test-sources/plugins/languages/zig.nix
2024-09-08 14:02:03 +01:00

15 lines
175 B
Nix

{
empty = {
plugins.zig.enable = true;
};
example = {
plugins.zig = {
enable = true;
settings = {
fmt_autosave = 0;
};
};
};
}