README.md 208 Bytes
Newer Older
Zach Whitten's avatar
Zach Whitten committed
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)
```