From a039a0fdaea821f7ee20568f70ec9fec537ed126 Mon Sep 17 00:00:00 2001 From: DoKoB0512 <123281216+DoKoB0512@users.noreply.github.com> Date: Wed, 17 Sep 2025 18:10:01 +0530 Subject: [PATCH] Added ZLS - Zig's Language Server when installing Zig (#1718) --- bin/omarchy-install-dev-env | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-install-dev-env b/bin/omarchy-install-dev-env index e538cba..f2b7619 100755 --- a/bin/omarchy-install-dev-env +++ b/bin/omarchy-install-dev-env @@ -119,6 +119,7 @@ java) zig) echo -e "Installing Zig...\n" mise use --global zig@latest + mise use -g zls@latest ;; ocaml) echo -e "Installing OCaml...\n"