diff options
| author | github-actions <github-actions@github.com> | 2021-11-10 00:16:23 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-11-10 00:16:23 +0000 |
| commit | d4380530ddff0fd9c04b367f9d8a35e10ba49544 (patch) | |
| tree | b11cd24eb74c4c967ac3e952216b77700e9c4dfc | |
| parent | docs: fixed incorrect tag (#1391) (diff) | |
| download | nvim-lspconfig-d4380530ddff0fd9c04b367f9d8a35e10ba49544.tar nvim-lspconfig-d4380530ddff0fd9c04b367f9d8a35e10ba49544.tar.gz nvim-lspconfig-d4380530ddff0fd9c04b367f9d8a35e10ba49544.tar.bz2 nvim-lspconfig-d4380530ddff0fd9c04b367f9d8a35e10ba49544.tar.lz nvim-lspconfig-d4380530ddff0fd9c04b367f9d8a35e10ba49544.tar.xz nvim-lspconfig-d4380530ddff0fd9c04b367f9d8a35e10ba49544.tar.zst nvim-lspconfig-d4380530ddff0fd9c04b367f9d8a35e10ba49544.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 10ea8893..734b29a8 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -2008,9 +2008,9 @@ This server accepts configuration via the `settings` key. null -- **`haskell.trace.client`**: `enum { "off", "error", "debug" }` +- **`haskell.trace.client`**: `enum { "off", "error", "info", "debug" }` - Default: `"error"` + Default: `"info"` Sets the log level in the client side\. |
