We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88978a2 commit 1c02a76Copy full SHA for 1c02a76
1 file changed
README.md
@@ -6,6 +6,18 @@
6
7
and more.
8
9
+## Comparison
10
+
11
+|Feature|[bazel.vim](https://github.com/noscript/bazel.vim)|official [vim-bazel](https://github.com/bazelbuild/vim-bazel)|
12
+|-|-|-|
13
+|Zero dependency|✓|✗(requires [Bash completion](https://bazel.build/install/completion) + [vim-maktaba](https://github.com/google/vim-maktaba))|
14
+|Tab completion|✓|✓|
15
+|Integration with Vim terminal|✓|✓(does not reuse terminal window)|
16
+|Build results in QuickFix|✓|✗|
17
+|Go to `BUILD` file|✓|✗|
18
+|Go to label/target definition|✓|✗|
19
+|List references|✓|✗|
20
21
## Default mappings
22
23
* `gb` - Go to `BUILD` file corresponding to the current buffer.
0 commit comments