diff options
Diffstat (limited to 'lsp/buf_ls.lua')
| -rw-r--r-- | lsp/buf_ls.lua | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lsp/buf_ls.lua b/lsp/buf_ls.lua index f32a0a6c..16f5dc11 100644 --- a/lsp/buf_ls.lua +++ b/lsp/buf_ls.lua @@ -1,8 +1,10 @@ --- https://github.com/bufbuild/buf --- --- buf beta lsp included in the cli itself --- --- buf beta lsp is a Protobuf language server compatible with Buf modules and workspaces +--- @brief +--- https://github.com/bufbuild/buf +--- +--- buf beta lsp included in the cli itself +--- +--- buf beta lsp is a Protobuf language server compatible with Buf modules and workspaces + return { cmd = { 'buf', 'beta', 'lsp', '--timeout=0', '--log-format=text' }, filetypes = { 'proto' }, |
