1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00
nixvim/tests/test-sources/plugins/by-name/zig/default.nix
2024-09-09 14:34:18 -05:00

15 lines
175 B
Nix

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