blob: 0c411966326a1dd7118f42f96b8e76765b258263 (
plain)
1
2
3
4
5
6
7
8
9
|
# Leiningen plugin
This plugin adds completions for the [Leiningen](https://leiningen.org/) Clojure build tool.
To use it, add `lein` to the plugins array in your zshrc file:
```zsh
plugins=(... lein)
```
|