added zig and zls to vscode
This commit is contained in:
parent
85ff8412a7
commit
168460efff
@ -120,10 +120,11 @@
|
|||||||
|
|
||||||
"cSpell.language" = "en,de-de";
|
"cSpell.language" = "en,de-de";
|
||||||
|
|
||||||
"zig.path" = "";
|
"zig.path" = "${pkgs.zig}/bin/zig";
|
||||||
"zig.zigPath" = "";
|
"zig.zigPath" = "${pkgs.zig}/bin/zig";
|
||||||
# "zig.zls.zigLibPath" = "${pkgs.unstable.zig}/lib/zig";
|
# "zig.zls.zigLibPath" = "${pkgs.unstable.zig}/lib/zig";
|
||||||
"zig.zls.path" = "${pkgs.unstable.zls}/bin/zls";
|
"zig.zls.path" = "${pkgs.zls}/bin/zls";
|
||||||
|
"zig.initialSetupDone" = true;
|
||||||
|
|
||||||
"typst-lsp.serverPath" = "${pkgs.typst-lsp}/bin/typst-lsp";
|
"typst-lsp.serverPath" = "${pkgs.typst-lsp}/bin/typst-lsp";
|
||||||
"typst-lsp.experimentalFormatterMode" = "on";
|
"typst-lsp.experimentalFormatterMode" = "on";
|
||||||
|
Loading…
Reference in New Issue
Block a user