From ec7ef7eed15ceca8dabb2dc9269d9fe2a48f9cee Mon Sep 17 00:00:00 2001 From: Zach Whitten Date: Tue, 1 Oct 2019 14:10:11 -0400 Subject: [PATCH] lein: add README (#8189) --- plugins/lein/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/lein/README.md diff --git a/plugins/lein/README.md b/plugins/lein/README.md new file mode 100644 index 000000000..0c4119663 --- /dev/null +++ b/plugins/lein/README.md @@ -0,0 +1,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) +```