vim-bazel icon indicating copy to clipboard operation
vim-bazel copied to clipboard

Vim support for Bazel

Results 6 vim-bazel issues
Sort by recently updated
recently updated
newest added

If a `:Bazel build` command fails, users should be able to browse the individual error messages from within vim and jump to the referenced file locations via something like the...

enhancement

Hi, all. Thank you for this plugin. Today came across issue that Bazel binary cant be found by this plugin. That was because i was using plain `alias bazel='bazelisk'` in...

enhancement

This change allows the use of vim's built in quickfix window with Bazel build. For example, the vim command `:Bazel build //whatever:thing` still builds as before, however, you can run...

It would be nice if the bazel plugin could infer "the target for the current file" automatically so you could just invoke `:Bazel build` or `:Bazel test` as a shortcut...

enhancement

If you invoke a slow bazel build that takes seconds or minutes, the build will currently steal focus and execute in the foreground, preventing you from doing anything else in...

enhancement

Let users set the completion file path, in current format it needs us to manually move the file to specific location. I have installed `bazel` with linuxbrew and it sits...