armed / asdf-clojure-lsp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-clojure-lsp Build Lint

clojure-lsp plugin for the asdf version manager.

Contents

Dependencies

TODO: adapt this section

  • bash, curl, tar, and POSIX utilities.
  • SOME_ENV_VAR: set this environment variable in your shell config to load the correct version of tool x.

Install

Plugin:

asdf plugin add clojure-lsp
# or
asdf plugin add clojure-lsp https://github.com/armed/asdf-clojure-lsp.git

clojure-lsp:

# 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 readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Artem Medeu

About

License:MIT License


Languages

Language:Shell 100.0%