diff options
chore: add type annotation for configs
Diffstat (limited to 'lsp/buf_ls.lua')
| -rw-r--r-- | lsp/buf_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/buf_ls.lua b/lsp/buf_ls.lua index 16f5dc11..75c0b448 100644 --- a/lsp/buf_ls.lua +++ b/lsp/buf_ls.lua @@ -5,6 +5,7 @@ --- --- buf beta lsp is a Protobuf language server compatible with Buf modules and workspaces +---@type vim.lsp.Config return { cmd = { 'buf', 'beta', 'lsp', '--timeout=0', '--log-format=text' }, filetypes = { 'proto' }, |
