summaryrefslogtreecommitdiff
path: root/plugins/lein/README.md
diff options
context:
space:
mode:
authorZach Whitten <zwhitten+github@gmail.com>2019-10-01 14:10:11 -0400
committerMarc Cornellà <marc.cornella@live.com>2019-10-01 20:10:11 +0200
commitec7ef7eed15ceca8dabb2dc9269d9fe2a48f9cee (patch)
treef8bbafaa7e9701697c991613b00387500995fdb7 /plugins/lein/README.md
parentbb6ae70b92ce720762ff3baed65aadbd34fc1867 (diff)
downloadzsh-ec7ef7eed15ceca8dabb2dc9269d9fe2a48f9cee.tar.gz
zsh-ec7ef7eed15ceca8dabb2dc9269d9fe2a48f9cee.tar.bz2
zsh-ec7ef7eed15ceca8dabb2dc9269d9fe2a48f9cee.zip
lein: add README (#8189)
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)
+```