Skip to content

Language Server for proto3 files

License

Notifications You must be signed in to change notification settings

coder3101/protols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protols

A Language Server for proto3 files. It uses tree-sitter parser for all operations and always runs in single file mode.

Features

  • Hover
  • Go to definition
  • Diagnostics
  • Document Symbols for message and enums

Installation

Run cargo install protols to install and add below to setup using nvim-lspconfig until we start shipping this via Mason.

require'lspconfig'.protols.setup{}