Add plugin for bazel completion (#6434)

This commit is contained in:
Israel Rodrigo Faria
2020-05-23 17:41:42 -03:00
committed by GitHub
parent f742baf73c
commit aada4d62bf
2 changed files with 346 additions and 0 deletions

5
plugins/bazel/README.md Normal file
View File

@@ -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.