From c60371a829901cde3322c18c6d35e88ddd9bc1f3 Mon Sep 17 00:00:00 2001 From: Zach Whitten Date: Thu, 3 Oct 2019 07:52:50 -0400 Subject: [PATCH] rebar: add README (#8198) --- plugins/rebar/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/rebar/README.md diff --git a/plugins/rebar/README.md b/plugins/rebar/README.md new file mode 100644 index 000000000..456ba45c7 --- /dev/null +++ b/plugins/rebar/README.md @@ -0,0 +1,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) +```