From 2d65c90bec9e4b49aa8f9377840f188f131a2c7e Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Sat, 20 Dec 2025 16:31:54 -0500 Subject: fix(buf_ls): remove unnecessary flags + "beta" comment #4250 --- lsp/buf_ls.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lsp/buf_ls.lua') 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) -- cgit v1.2.3-70-g09d2