summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup-zls.fish5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup-zls.fish b/setup-zls.fish
index c9e3713..e51a84e 100644
--- a/setup-zls.fish
+++ b/setup-zls.fish
@@ -4,11 +4,12 @@ or exit 1
if ! test -d zls;
git clone https://github.com/zigtools/zls
end
-git pull
pushd zls
+git pull
+
zig build -Doptimize=ReleaseSafe
echo "SETUP zls"
fish_add_path --path (pwd)/zig-out/bin
-popd \ No newline at end of file
+popd