Browse Source

lein: add README (#8189)

Zach Whitten 4 years ago
parent
commit
ec7ef7eed1
1 changed files with 9 additions and 0 deletions
  1. 9 0
      plugins/lein/README.md

+ 9 - 0
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)
+```