From dc4ea505cabcdec93b3c60dd85cb1ad57477dc92 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 26 Dec 2021 21:10:38 +0000 Subject: docs: update server_configurations.md skip-checks: true --- doc/server_configurations.md | 104 ++++++++++++++++++++++++++++++++++++++++++ doc/server_configurations.txt | 104 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 208 insertions(+) diff --git a/doc/server_configurations.md b/doc/server_configurations.md index a62f59e3..1ea1e218 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -843,6 +843,110 @@ vim.g.markdown_fenced_languages = { ``` +This server accepts configuration via the `settings` key. +
Available settings: + +- **`deno.cache`**: `string` + + Default: `vim.NIL` + + null + +- **`deno.codeLens.implementations`**: `boolean` + + null + +- **`deno.codeLens.references`**: `boolean` + + null + +- **`deno.codeLens.referencesAllFunctions`**: `boolean` + + null + +- **`deno.codeLens.test`**: `boolean` + + Default: `true` + + null + +- **`deno.codeLens.testArgs`**: `array` + + Default: `{ "--allow-all" }` + + Array items: `{type = "string"}` + + null + +- **`deno.config`**: `string` + + Default: `vim.NIL` + + null + +- **`deno.enable`**: `boolean` + + null + +- **`deno.importMap`**: `string` + + Default: `vim.NIL` + + null + +- **`deno.internalDebug`**: `boolean` + + null + +- **`deno.lint`**: `boolean` + + null + +- **`deno.path`**: `string` + + Default: `vim.NIL` + + null + +- **`deno.suggest.autoImports`**: `boolean` + + Default: `true` + + null + +- **`deno.suggest.completeFunctionCalls`**: `boolean` + + null + +- **`deno.suggest.imports.autoDiscover`**: `boolean` + + Default: `true` + + null + +- **`deno.suggest.imports.hosts`**: `object` + + Default: `{["https://cdn.nest.land"] = true,["https://crux.land"] = true,["https://deno.land"] = true}` + + null + +- **`deno.suggest.names`**: `boolean` + + Default: `true` + + null + +- **`deno.suggest.paths`**: `boolean` + + Default: `true` + + null + +- **`deno.unstable`**: `boolean` + + null + +
**Snippet to enable the language server:** diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index a62f59e3..1ea1e218 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -843,6 +843,110 @@ vim.g.markdown_fenced_languages = { ``` +This server accepts configuration via the `settings` key. +
Available settings: + +- **`deno.cache`**: `string` + + Default: `vim.NIL` + + null + +- **`deno.codeLens.implementations`**: `boolean` + + null + +- **`deno.codeLens.references`**: `boolean` + + null + +- **`deno.codeLens.referencesAllFunctions`**: `boolean` + + null + +- **`deno.codeLens.test`**: `boolean` + + Default: `true` + + null + +- **`deno.codeLens.testArgs`**: `array` + + Default: `{ "--allow-all" }` + + Array items: `{type = "string"}` + + null + +- **`deno.config`**: `string` + + Default: `vim.NIL` + + null + +- **`deno.enable`**: `boolean` + + null + +- **`deno.importMap`**: `string` + + Default: `vim.NIL` + + null + +- **`deno.internalDebug`**: `boolean` + + null + +- **`deno.lint`**: `boolean` + + null + +- **`deno.path`**: `string` + + Default: `vim.NIL` + + null + +- **`deno.suggest.autoImports`**: `boolean` + + Default: `true` + + null + +- **`deno.suggest.completeFunctionCalls`**: `boolean` + + null + +- **`deno.suggest.imports.autoDiscover`**: `boolean` + + Default: `true` + + null + +- **`deno.suggest.imports.hosts`**: `object` + + Default: `{["https://cdn.nest.land"] = true,["https://crux.land"] = true,["https://deno.land"] = true}` + + null + +- **`deno.suggest.names`**: `boolean` + + Default: `true` + + null + +- **`deno.suggest.paths`**: `boolean` + + Default: `true` + + null + +- **`deno.unstable`**: `boolean` + + null + +
**Snippet to enable the language server:** -- cgit v1.2.3-70-g09d2