diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-09 09:22:50 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-09 09:22:50 +0200 |
| commit | 6e9b5ded52505dae84431ef966e62a105b0b7827 (patch) | |
| tree | 2d1faf2db7d51f1eaa059d851e91cd6ae6a9349c /common/home/programs/nixvim/plugins/zig.nix | |
| parent | b1374408d4c9abc3ea1f9d8bc7f53b9afdefc1e7 (diff) | |
configure for zig
Diffstat (limited to 'common/home/programs/nixvim/plugins/zig.nix')
| -rw-r--r-- | common/home/programs/nixvim/plugins/zig.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/home/programs/nixvim/plugins/zig.nix b/common/home/programs/nixvim/plugins/zig.nix new file mode 100644 index 0000000..156c3cd --- /dev/null +++ b/common/home/programs/nixvim/plugins/zig.nix @@ -0,0 +1,6 @@ +{ ... }: +{ + settings = { + fmt_autosave = 0; + }; +} |