summaryrefslogtreecommitdiff
path: root/plugins/lein/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/lein/README.md')
-rw-r--r--plugins/lein/README.md9
1 files changed, 9 insertions, 0 deletions
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)
+```