diff options
| author | github-actions <github-actions@github.com> | 2021-12-23 15:43:39 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2021-12-23 15:43:39 +0000 |
| commit | b8ec1c50474af5eef45246f8324510a28db39bb0 (patch) | |
| tree | 121cf2fb069e1a23cc5c2baa085a30418841cf0d | |
| parent | fix: internally use forward delineated paths cross-platform (#1593) (diff) | |
| download | nvim-lspconfig-b8ec1c50474af5eef45246f8324510a28db39bb0.tar nvim-lspconfig-b8ec1c50474af5eef45246f8324510a28db39bb0.tar.gz nvim-lspconfig-b8ec1c50474af5eef45246f8324510a28db39bb0.tar.bz2 nvim-lspconfig-b8ec1c50474af5eef45246f8324510a28db39bb0.tar.lz nvim-lspconfig-b8ec1c50474af5eef45246f8324510a28db39bb0.tar.xz nvim-lspconfig-b8ec1c50474af5eef45246f8324510a28db39bb0.tar.zst nvim-lspconfig-b8ec1c50474af5eef45246f8324510a28db39bb0.zip | |
docs: update server_configurations.md
skip-checks: true
| -rw-r--r-- | doc/server_configurations.md | 10 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index f8a92a0a..8195d34f 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -6303,16 +6303,6 @@ This server accepts configuration via the `settings` key. Trace requests to the rust\-analyzer \(this is usually overly verbose and not recommended for regular users\)\. -- **`rust-analyzer.updates.askBeforeDownload`**: `boolean` - - Whether to ask for permission before downloading any files from the Internet\. - -- **`rust-analyzer.updates.channel`**: `enum { "stable", "nightly" }` - - Default: `"stable"` - - null - - **`rust-analyzer.workspace.symbol.search.kind`**: `enum { "only_types", "all_symbols" }` Default: `"only_types"` diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index f8a92a0a..8195d34f 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -6303,16 +6303,6 @@ This server accepts configuration via the `settings` key. Trace requests to the rust\-analyzer \(this is usually overly verbose and not recommended for regular users\)\. -- **`rust-analyzer.updates.askBeforeDownload`**: `boolean` - - Whether to ask for permission before downloading any files from the Internet\. - -- **`rust-analyzer.updates.channel`**: `enum { "stable", "nightly" }` - - Default: `"stable"` - - null - - **`rust-analyzer.workspace.symbol.search.kind`**: `enum { "only_types", "all_symbols" }` Default: `"only_types"` |
