diff options
Diffstat (limited to 'lsp/buf_ls.lua')
| -rw-r--r-- | lsp/buf_ls.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lsp/buf_ls.lua b/lsp/buf_ls.lua index 379aaa7e..2d2f5a7e 100644 --- a/lsp/buf_ls.lua +++ b/lsp/buf_ls.lua @@ -1,13 +1,13 @@ --- @brief --- https://github.com/bufbuild/buf --- ---- buf beta lsp included in the cli itself +--- buf lsp included in the cli itself --- ---- buf beta lsp is a Protobuf language server compatible with Buf modules and workspaces +--- buf lsp is a Protobuf language server compatible with Buf modules and workspaces ---@type vim.lsp.Config return { - cmd = { 'buf', 'lsp', 'serve', '--timeout=0', '--log-format=text' }, + cmd = { 'buf', 'lsp', 'serve', '--log-format=text' }, filetypes = { 'proto' }, root_markers = { 'buf.yaml', '.git' }, reuse_client = function(client, config) |
