summaryrefslogtreecommitdiff
path: root/plugins/bazel/README.md
diff options
context:
space:
mode:
authorIsrael Rodrigo Faria <israel.faria@gmail.com>2020-05-23 17:41:42 -0300
committerGitHub <noreply@github.com>2020-05-23 22:41:42 +0200
commitaada4d62bff3fc2e1720da1da4c54d47b5f86fa3 (patch)
tree446150b6e85eaf3972d03290bb910a9382bb5d3b /plugins/bazel/README.md
parentf742baf73ccb70c94952717b5152f97a176eef3a (diff)
downloadzsh-aada4d62bff3fc2e1720da1da4c54d47b5f86fa3.tar.gz
zsh-aada4d62bff3fc2e1720da1da4c54d47b5f86fa3.tar.bz2
zsh-aada4d62bff3fc2e1720da1da4c54d47b5f86fa3.zip
Add plugin for bazel completion (#6434)
Diffstat (limited to 'plugins/bazel/README.md')
-rw-r--r--plugins/bazel/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/bazel/README.md b/plugins/bazel/README.md
new file mode 100644
index 000000000..e5ffe6ea1
--- /dev/null
+++ b/plugins/bazel/README.md
@@ -0,0 +1,5 @@
+## Bazel autocomplete plugin
+
+A copy of the completion script from the
+[bazelbuild/bazel](https://github.com/bazelbuild/bazel/master/scripts/zsh_completion/_bazel)
+git repo.