diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-20 20:00:04 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-10-20 20:00:04 +0000 |
| commit | edc52f2a15d63ed2e6ce5352f29db69bb41c54e5 (patch) | |
| tree | ecc3c1ec6410f5d90c4edcf16e82eb4693c76057 /doc | |
| parent | fix(buf_ls): update serve command for buf > v1.59.0 (diff) | |
| download | nvim-lspconfig-edc52f2a15d63ed2e6ce5352f29db69bb41c54e5.tar nvim-lspconfig-edc52f2a15d63ed2e6ce5352f29db69bb41c54e5.tar.gz nvim-lspconfig-edc52f2a15d63ed2e6ce5352f29db69bb41c54e5.tar.bz2 nvim-lspconfig-edc52f2a15d63ed2e6ce5352f29db69bb41c54e5.tar.lz nvim-lspconfig-edc52f2a15d63ed2e6ce5352f29db69bb41c54e5.tar.xz nvim-lspconfig-edc52f2a15d63ed2e6ce5352f29db69bb41c54e5.tar.zst nvim-lspconfig-edc52f2a15d63ed2e6ce5352f29db69bb41c54e5.zip | |
docs: update configs.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/configs.md b/doc/configs.md index 7a66f777..7167037c 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -1840,7 +1840,7 @@ vim.lsp.enable('buf_ls') Default config: - `cmd` : ```lua - { "buf", "beta", "lsp", "--timeout=0", "--log-format=text" } + { "buf", "lsp", "serve", "--timeout=0", "--log-format=text" } ``` - `filetypes` : ```lua diff --git a/doc/configs.txt b/doc/configs.txt index 5626be67..4937814a 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -1141,7 +1141,7 @@ Snippet to enable the language server: >lua Default config: - cmd: >lua - { "buf", "beta", "lsp", "--timeout=0", "--log-format=text" } + { "buf", "lsp", "serve", "--timeout=0", "--log-format=text" } - filetypes: >lua { "proto" } - root_markers: >lua |
