buf lint extension for coc.nvim based on vscode-buf
In vim/neovim run
:CocInstall coc-buf-lint
-
Lints your protobuf files using
buf lint
. It checks your currently opened file whenever you save it.
This extension contributes the following settings:
buf.binaryPath
: configure the path to your buf binary. By default it usesbuf
in your$PATH
.
:CocCommand buf.lint
: trigger linting
This extension is built with create-coc-extension