aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/pbls.lua
blob: 98ae1fe673e3efd691b9e66e8c49c00053fe7629 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---@brief
---
--- https://git.sr.ht/~rrc/pbls
---
--- Prerequisites: Ensure protoc is on your $PATH.
---
--- `pbls` can be installed via `cargo install`:
--- ```sh
--- cargo install --git https://git.sr.ht/~rrc/pbls
--- ```
---
--- pbls is a Language Server for protobuf
return {
  cmd = { 'pbls' },
  filetypes = { 'proto' },
  root_markers = { '.pbls.toml', '.git' },
}