bigbuger / company-proto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

companybackend for protobuf.

Require

Company Mode

Protobuf Mode

Usage

You need to add following config to your init file:

(add-hook 'protobuf-mode-hook
          (lambda () (setq-local company-backends
				 (cl-adjoin '(company-proto) company-backends))))

About

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%