spacemacs/layers/+lang/protobuf
Tim Heckman a52b68f125 add hook to enable flycheck when in protobuf-mode
This change updates the `packages.el` file to support automatically enabling
flycheck when opening a protobuf file. This is accomplished by adding `flycheck`
to the list of packages, as well as defining a `post-init-flycheck()` function.

I've tested that this works with spacemacs `0.200.7@25.1.1`.
2017-04-09 12:55:24 -04:00
..
packages.el add hook to enable flycheck when in protobuf-mode 2017-04-09 12:55:24 -04:00
README.org

Protocol Buffers layer

Description

Highlighting and syntax checking for Protocol Buffer files.

Uses Google's protobuf-mode with flycheck-protobuf.

Features

  • Syntax Highlighting
  • Syntax checking using Flycheck (protoc compiler must be available)
  • Correct Indentation and commenting
  • Quickly browse file contents using M-x helm-imenu and M-x imenu.

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add protobuf to the existing dotspacemacs-configuration-layers list in this file.