]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/lein/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / lein / README.md
1 # Leiningen plugin
2
3 This plugin adds completions for the [Leiningen](https://leiningen.org/) Clojure build tool.
4
5 To use it, add `lein` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... lein)
9 ```