diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-12-20 21:32:07 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-12-20 21:32:07 +0000 |
| commit | 01304066f1390a5478c143a39e9aedaed6a4f209 (patch) | |
| tree | 8eed08715c80764c814e536c9793f83241cb5f43 /doc/configs.md | |
| parent | fix(buf_ls): remove unnecessary flags + "beta" comment #4250 (diff) | |
| download | nvim-lspconfig-01304066f1390a5478c143a39e9aedaed6a4f209.tar nvim-lspconfig-01304066f1390a5478c143a39e9aedaed6a4f209.tar.gz nvim-lspconfig-01304066f1390a5478c143a39e9aedaed6a4f209.tar.bz2 nvim-lspconfig-01304066f1390a5478c143a39e9aedaed6a4f209.tar.lz nvim-lspconfig-01304066f1390a5478c143a39e9aedaed6a4f209.tar.xz nvim-lspconfig-01304066f1390a5478c143a39e9aedaed6a4f209.tar.zst nvim-lspconfig-01304066f1390a5478c143a39e9aedaed6a4f209.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc/configs.md')
| -rw-r--r-- | doc/configs.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/configs.md b/doc/configs.md index f2ccf3c3..6467276c 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -1859,9 +1859,9 @@ Default config: 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 Snippet to enable the language server: ```lua @@ -1871,7 +1871,7 @@ vim.lsp.enable('buf_ls') Default config: - `cmd` : ```lua - { "buf", "lsp", "serve", "--timeout=0", "--log-format=text" } + { "buf", "lsp", "serve", "--log-format=text" } ``` - `filetypes` : ```lua |
