diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-08-19 08:26:34 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-08-19 08:26:34 +0000 |
| commit | d4814330b207a4e05ba9515e453b0e87f20357ec (patch) | |
| tree | 09a83d5674df28fbf667e33cb9aab3fcaccd4696 /doc | |
| parent | docs: clarify snippet support in jsonls.lua (#3270) (diff) | |
| download | nvim-lspconfig-d4814330b207a4e05ba9515e453b0e87f20357ec.tar nvim-lspconfig-d4814330b207a4e05ba9515e453b0e87f20357ec.tar.gz nvim-lspconfig-d4814330b207a4e05ba9515e453b0e87f20357ec.tar.bz2 nvim-lspconfig-d4814330b207a4e05ba9515e453b0e87f20357ec.tar.lz nvim-lspconfig-d4814330b207a4e05ba9515e453b0e87f20357ec.tar.xz nvim-lspconfig-d4814330b207a4e05ba9515e453b0e87f20357ec.tar.zst nvim-lspconfig-d4814330b207a4e05ba9515e453b0e87f20357ec.zip | |
docs: update server_configurations.md
skip-checks: true
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/server_configurations.md | 2 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index bb044c84..c00c6329 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -6099,7 +6099,7 @@ vscode-json-language-server, a language server for JSON and JSON schema npm i -g vscode-langservers-extracted ``` -Neovim does not currently include built-in snippets. `vscode-json-language-server` only provides completions when snippet support is enabled. To enable completion, install a snippet plugin and add the following override to your language client capabilities during setup. +`vscode-json-language-server` only provides completions when snippet support is enabled. If you use Neovim older than v0.10 you need to enable completion, install a snippet plugin and add the following override to your language client capabilities during setup. ```lua --Enable (broadcasting) snippet capability for completion diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index bb044c84..c00c6329 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -6099,7 +6099,7 @@ vscode-json-language-server, a language server for JSON and JSON schema npm i -g vscode-langservers-extracted ``` -Neovim does not currently include built-in snippets. `vscode-json-language-server` only provides completions when snippet support is enabled. To enable completion, install a snippet plugin and add the following override to your language client capabilities during setup. +`vscode-json-language-server` only provides completions when snippet support is enabled. If you use Neovim older than v0.10 you need to enable completion, install a snippet plugin and add the following override to your language client capabilities during setup. ```lua --Enable (broadcasting) snippet capability for completion |
