aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/configs.md6
-rw-r--r--doc/configs.txt6
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