You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running 'zig env' adds a considerable amount of time to startup, and the
relevant result (the std directory) doesn't typically change often.
Allow users to manually specify the std dir through the g:zig_std_dir
global variable and fallback to calling 'zig env' only if this variable
doesn't exist.
0 commit comments