mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2026-01-09 06:40:59 +01:00
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.
This commit is contained in:
parent
4a0e82b2e4
commit
fe11eb4466
@ -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' },
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user