diff options
| author | github-actions <github-actions@github.com> | 2022-01-28 21:58:22 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2022-01-28 21:58:22 +0000 |
| commit | e7df7ecae0b0d2f997ea65e951ddbe98ca3e154b (patch) | |
| tree | fdb86aa9e4d22ed1d7f58aabed28410d013369f2 | |
| parent | docs: update suggested keybinds (#1689) (diff) | |
| download | nvim-lspconfig-e7df7ecae0b0d2f997ea65e951ddbe98ca3e154b.tar nvim-lspconfig-e7df7ecae0b0d2f997ea65e951ddbe98ca3e154b.tar.gz nvim-lspconfig-e7df7ecae0b0d2f997ea65e951ddbe98ca3e154b.tar.bz2 nvim-lspconfig-e7df7ecae0b0d2f997ea65e951ddbe98ca3e154b.tar.lz nvim-lspconfig-e7df7ecae0b0d2f997ea65e951ddbe98ca3e154b.tar.xz nvim-lspconfig-e7df7ecae0b0d2f997ea65e951ddbe98ca3e154b.tar.zst nvim-lspconfig-e7df7ecae0b0d2f997ea65e951ddbe98ca3e154b.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 34 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 34 |
2 files changed, 62 insertions, 6 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 249dffc5..2a7f08fd 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -919,6 +919,14 @@ This server accepts configuration via the `settings` key. null +- **`deno.certificateStores`**: `array` + + Default: `vim.NIL` + + Array items: `{type = "string"}` + + null + - **`deno.codeLens.implementations`**: `boolean` null @@ -1009,6 +1017,20 @@ This server accepts configuration via the `settings` key. null +- **`deno.tlsCertificate`**: `string` + + Default: `vim.NIL` + + null + +- **`deno.unsafelyIgnoreCertificateErrors`**: `array` + + Default: `vim.NIL` + + Array items: `{type = "string"}` + + null + - **`deno.unstable`**: `boolean` null @@ -6455,6 +6477,12 @@ This server accepts configuration via the `settings` key. null +- **`rust-analyzer.primeCaches.numThreads`**: `number` + + Default: `0` + + null + - **`rust-analyzer.procMacro.enable`**: `boolean` Default: `true` @@ -7338,7 +7366,7 @@ This server accepts configuration via the `settings` key. - **`Lua.diagnostics.workspaceDelay`**: `integer` - Default: `0` + Default: `3` null @@ -7538,13 +7566,13 @@ This server accepts configuration via the `settings` key. - **`Lua.workspace.maxPreload`**: `integer` - Default: `1000` + Default: `5000` null - **`Lua.workspace.preloadFileSize`**: `integer` - Default: `100` + Default: `500` null diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 249dffc5..2a7f08fd 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -919,6 +919,14 @@ This server accepts configuration via the `settings` key. null +- **`deno.certificateStores`**: `array` + + Default: `vim.NIL` + + Array items: `{type = "string"}` + + null + - **`deno.codeLens.implementations`**: `boolean` null @@ -1009,6 +1017,20 @@ This server accepts configuration via the `settings` key. null +- **`deno.tlsCertificate`**: `string` + + Default: `vim.NIL` + + null + +- **`deno.unsafelyIgnoreCertificateErrors`**: `array` + + Default: `vim.NIL` + + Array items: `{type = "string"}` + + null + - **`deno.unstable`**: `boolean` null @@ -6455,6 +6477,12 @@ This server accepts configuration via the `settings` key. null +- **`rust-analyzer.primeCaches.numThreads`**: `number` + + Default: `0` + + null + - **`rust-analyzer.procMacro.enable`**: `boolean` Default: `true` @@ -7338,7 +7366,7 @@ This server accepts configuration via the `settings` key. - **`Lua.diagnostics.workspaceDelay`**: `integer` - Default: `0` + Default: `3` null @@ -7538,13 +7566,13 @@ This server accepts configuration via the `settings` key. - **`Lua.workspace.maxPreload`**: `integer` - Default: `1000` + Default: `5000` null - **`Lua.workspace.preloadFileSize`**: `integer` - Default: `100` + Default: `500` null |
