nix-community.nixvim/tests/test-sources/plugins/languages/zig.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
179 B
Nix
Raw Normal View History

2024-03-02 23:41:43 +01:00
{
empty = {
plugins.zig.enable = true;
};
example = {
plugins.zig = {
enable = true;
settings = {
fmt_autosave = false;
};
};
};
}