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 | |
| 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
| -rw-r--r-- | doc/configs.md | 6 | ||||
| -rw-r--r-- | doc/configs.txt | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/doc/configs.txt b/doc/configs.txt index cbea4c47..f6193aa8 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1150,9 +1150,9 @@ buf_ls 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 vim.lsp.enable('buf_ls') @@ -1160,7 +1160,7 @@ Snippet to enable the language server: >lua Default config: - cmd: >lua - { "buf", "lsp", "serve", "--timeout=0", "--log-format=text" } + { "buf", "lsp", "serve", "--log-format=text" } - filetypes: >lua { "proto" } - reuse_client (use "gF" to view): ../lsp/buf_ls.lua:9 |
