Skip to content

Commit

Permalink
Languages(zig): fix lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanisaacs committed Oct 12, 2023
1 parent fcd790f commit d9cb1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/languages/zig.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ in
settings = {
["zls"] = {
zig_exe_path = "${cfg.lsp.zigPackage}/bin/zig",
zig_lib_path = "${cfg.lsp.zigPackage}/lib/zig",
zig_lib_path = "${cfg.lsp.zigPackage}/lib/std",
}
}
}
Expand Down

0 comments on commit d9cb1ae

Please sign in to comment.