aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/pbls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/pbls.lua')
-rw-r--r--lsp/pbls.lua20
1 files changed, 10 insertions, 10 deletions
diff --git a/lsp/pbls.lua b/lsp/pbls.lua
index a506e4f7..98ae1fe6 100644
--- a/lsp/pbls.lua
+++ b/lsp/pbls.lua
@@ -1,15 +1,15 @@
---@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
+--- 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' },