shuxiao9058 / lsp-protobuf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lsp-protobuf

Protobuf language server with bufls.

Installation

straight-use-package

Add following code to your configuration.

(use-package lsp-protobuf 
  :straight (:host github :repo "shuxiao9058/lsp-protobuf") 
  :custom
  (lsp-protobuf-bufls-server-path "/usr/local/gopath/bin/bufls"))

License

Licensed under GPLv3.

About

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%