asdf-community/asdf-zls
zls plugin for the asdf version manager.
ZLS plugin for the asdf version manager.
bash
, python3
, tar
, and POSIX utilities.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.