Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/wfxr/protobuf.vim

Better vim syntax highlighting and indent plugin for Protobuf with grpc, grpc-gateway and grpc-swagger support.
https://github.com/wfxr/protobuf.vim

indent neovim protobuf syntax-highlighting vim vim-plugin

Last synced: 3 months ago
JSON representation

Better vim syntax highlighting and indent plugin for Protobuf with grpc, grpc-gateway and grpc-swagger support.

Lists

README

        

# protobuf.vim

[![License](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://wfxr.mit-license.org/2020)

Better vim syntax highlighting and indent plugin for [Protobuf](https://github.com/protocolbuffers/protobuf) with grpc, grpc-gateway and grpc-swagger support.

![screenshot-compare](https://raw.githubusercontent.com/wfxr/i/master/protobuf-vim-compare.jpg)

[uarun/vim-protobuf](https://github.com/uarun/vim-protobuf) highlighting (left) **vs** [protobuf.vim](https://github.com/wfxr/protobuf.vim) highlighting (right)

### Installation

```vim
Plug 'wfxr/protobuf.vim'
```
### Inspirations
- [uarun/vim-protobuf](https://github.com/uarun/vim-protobuf)

### License

[MIT](https://wfxr.mit-license.org/2020) (c) Wenxuan Zhang