aboutsummaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/vscode.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/home/vscode.nix b/home/vscode.nix
index 84ed2ab..8766ae8 100644
--- a/home/vscode.nix
+++ b/home/vscode.nix
@@ -11,6 +11,7 @@
jnoortheen.nix-ide
golang.go
+ ziglang.vscode-zig
];
userSettings = {
@@ -21,6 +22,15 @@
"git.confirmSync" = false;
"vsicons.dontShowNewVersionMessage" = true;
+
+ # Zig
+ "zig.initialSetupDone" = true;
+ "zig.path" = "";
+ "zig.formattingProvider" = "off";
+
+ "zig.zls.path" = "";
+ "zig.zls.enableAutofix" = false;
+ "zig.zls.enableInlayHints" = false;
};
};
}