Skip to content

Commit

Permalink
config.md: update to include inlay hints (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri authored Apr 1, 2024
1 parent ad20957 commit d301a52
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ocaml-lsp-server/docs/ocamllsp/config.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration

The ocamllsp support the folowing configurations.
The ocamllsp support the following configurations.

These configurations are sent through the
[`didChangeConfiguration`](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#workspace_didChangeConfiguration)
Expand Down Expand Up @@ -28,5 +28,12 @@ interface config {
* @since 1.18
*/
duneDiagnostics: { enable : boolean }

/**
* Enable/Disable Inlay Hints
* @default false
* @since 1.18
*/
inlayHints: { enable : boolean }
}
```

0 comments on commit d301a52

Please sign in to comment.