summaryrefslogtreecommitdiff
path: root/plugins/rebar/README.md
blob: 456ba45c7361b2d2a6e2fd82878d56c9a191d98c (plain)
1
2
3
4
5
6
7
8
9
# rebar plugin

This plugin adds completions for the [rebar](https://www.rebar3.org/) Erlang build tool.

To use it, add `rebar` to the plugins array in your zshrc file:

```zsh
plugins=(... rebar)
```