README.md 202 Bytes
Newer Older
Zach Whitten's avatar
Zach Whitten committed
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)
```