Skip to content

Commit 1c02a76

Browse files
committed
added comparison to README
1 parent 88978a2 commit 1c02a76

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
and more.
88

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+
921
## Default mappings
1022

1123
* `gb` - Go to `BUILD` file corresponding to the current buffer.

0 commit comments

Comments
 (0)