https://github.com/armed/asdf-clojure-lsp
https://github.com/armed/asdf-clojure-lsp
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/armed/asdf-clojure-lsp
- Owner: armed
- License: mit
- Created: 2024-03-29T05:31:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T21:43:01.000Z (about 2 years ago)
- Last Synced: 2024-12-27T13:23:52.829Z (over 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-clojure-lsp [](https://github.com/armed/asdf-clojure-lsp/actions/workflows/build.yml) [](https://github.com/armed/asdf-clojure-lsp/actions/workflows/lint.yml)
[clojure-lsp](https://clojure-lsp.io/) plugin for the [asdf version manager](https://asdf-vm.com).
# Contents
- [Dependencies](#dependencies)
- [Install](#install)
- [Contributing](#contributing)
- [License](#license)
# Dependencies
**TODO: adapt this section**
- `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html).
- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x.
# Install
Plugin:
```shell
asdf plugin add clojure-lsp
# or
asdf plugin add clojure-lsp https://github.com/armed/asdf-clojure-lsp.git
```
clojure-lsp:
```shell
# Show all installable versions
asdf list-all clojure-lsp
# Install specific version
asdf install clojure-lsp latest
# Set a version globally (on your ~/.tool-versions file)
asdf global clojure-lsp latest
# Now clojure-lsp commands are available
clojure-lsp --version
```
Check [asdf](https://github.com/asdf-vm/asdf) readme for more instructions on how to
install & manage versions.
# Contributing
Contributions of any kind welcome! See the [contributing guide](contributing.md).
[Thanks goes to these contributors](https://github.com/armed/asdf-clojure-lsp/graphs/contributors)!
# License
See [LICENSE](LICENSE) © [Artem Medeu](https://github.com/armed/)