From fe11eb4466f889cad91c8ea6bce499e2c01bbc2f Mon Sep 17 00:00:00 2001 From: Edward McFarlane Date: Mon, 20 Oct 2025 18:35:45 +0100 Subject: fix(buf_ls): update serve command for buf > v1.59.0 This updates the buf_ls command post v1.59.0, where the command was promoted out of beta to general availability. The command was changed from buf beta lsp to buf lsp serve. --- lsp/buf_ls.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lsp') diff --git a/lsp/buf_ls.lua b/lsp/buf_ls.lua index 75c0b448..25f84969 100644 --- a/lsp/buf_ls.lua +++ b/lsp/buf_ls.lua @@ -7,7 +7,7 @@ ---@type vim.lsp.Config return { - cmd = { 'buf', 'beta', 'lsp', '--timeout=0', '--log-format=text' }, + cmd = { 'buf', 'lsp', 'serve', '--timeout=0', '--log-format=text' }, filetypes = { 'proto' }, root_markers = { 'buf.yaml', '.git' }, } -- cgit v1.2.3-70-g09d2