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: about 1 month ago
JSON representation
Better vim syntax highlighting and indent plugin for Protobuf with grpc, grpc-gateway and grpc-swagger support.
- Host: GitHub
- URL: https://github.com/wfxr/protobuf.vim
- Owner: wfxr
- License: other
- Created: 2020-07-14T15:19:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-13T02:11:58.000Z (about 2 years ago)
- Last Synced: 2024-08-07T19:52:42.865Z (3 months ago)
- Topics: indent, neovim, protobuf, syntax-highlighting, vim, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 9.77 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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