Skip to content

Commit

Permalink
docs: clarify snippet support in jsonls.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
antonk52 authored Aug 19, 2024
1 parent a89de2e commit 937d423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lspconfig/server_configurations/jsonls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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
Expand Down

0 comments on commit 937d423

Please sign in to comment.