0.0.0-development • Published 2 years ago

coc-buf-lint v0.0.0-development

Weekly downloads
-
License
Apache
Repository
github
Last release
2 years ago

coc-buf-lint

buf lint extension for coc.nvim based on vscode-buf

Install

In vim/neovim run

:CocInstall coc-buf-lint

Features

  • Lints your protobuf files using buf lint. It checks your currently opened file whenever you save it.

    Lint errors

Requirements

Extension Settings

This extension contributes the following settings:

  • buf.binaryPath: configure the path to your buf binary. By default it uses buf in your $PATH.

Commands

:CocList buf.lint


This extension is built with create-coc-extension