aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/protols.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/protols.lua')
-rw-r--r--lsp/protols.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/protols.lua b/lsp/protols.lua
index d5346607..25afa600 100644
--- a/lsp/protols.lua
+++ b/lsp/protols.lua
@@ -8,6 +8,7 @@
--- ```
---
--- A Language Server for proto3 files. It uses tree-sitter and runs in single file mode.
+---@type vim.lsp.Config
return {
cmd = { 'protols' },
filetypes = { 'proto' },