https://github.com/asdf-community/asdf-zls
zls plugin for the asdf version manager.
https://github.com/asdf-community/asdf-zls
asdf asdf-plugin asdf-vm zig ziglang zls
Last synced: 4 months ago
JSON representation
zls plugin for the asdf version manager.
- Host: GitHub
- URL: https://github.com/asdf-community/asdf-zls
- Owner: asdf-community
- License: mit
- Created: 2025-06-30T02:33:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-30T04:37:20.000Z (4 months ago)
- Last Synced: 2025-07-02T23:02:00.173Z (4 months ago)
- Topics: asdf, asdf-plugin, asdf-vm, zig, ziglang, zls
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-zls [](https://github.com/zigcc/asdf-zls/actions/workflows/build.yml)
[ZLS](https://zigtools.org/zls/install/) plugin for the [asdf version manager](https://asdf-vm.com).
# Dependencies
- `bash`, `python3`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
- asdf 0.16+
# Install
First add asdf-zls as plugin:
```shell
asdf plugin add zls https://github.com/zigcc/asdf-zls.git
```
Then use `asdf-zls` to install zls:
```shell
# 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](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# License
See [LICENSE](LICENSE) © [zigcc](https://github.com/zigcc/)