ZLS plugin for the asdf version manager.
bash
,python3
,tar
, and POSIX utilities.- asdf 0.16+
First add asdf-zls as plugin:
asdf plugin add zls https://github.com/zigcc/asdf-zls.git
Then use asdf-zls
to install zls:
# Show all installable versions
asdf list all zls
# Install specific version
asdf install zls 0.14.1
# Set a version globally (on your ~/.tool-versions file)
asdf set --home zig 0.14.1
# Now zls commands are available
zls --version
Check asdf readme for more instructions on how to install & manage versions.