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.gitThen 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 zls 0.14.1
# Now zls commands are available
zls --versionCheck asdf readme for more instructions on how to install & manage versions.