diff options
| author | Github Actions <actions@github> | 2021-04-13 06:04:51 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2021-04-13 06:04:51 +0000 |
| commit | a52475ed0260f35bb6f8ea8b8dd559c83e999d76 (patch) | |
| tree | d399bcd6f87e6d1a7a4409e859d028ce02076448 /CONFIG.md | |
| parent | Merge pull request #822 from mjlbach/minimal_config_v3 (diff) | |
| download | nvim-lspconfig-a52475ed0260f35bb6f8ea8b8dd559c83e999d76.tar nvim-lspconfig-a52475ed0260f35bb6f8ea8b8dd559c83e999d76.tar.gz nvim-lspconfig-a52475ed0260f35bb6f8ea8b8dd559c83e999d76.tar.bz2 nvim-lspconfig-a52475ed0260f35bb6f8ea8b8dd559c83e999d76.tar.lz nvim-lspconfig-a52475ed0260f35bb6f8ea8b8dd559c83e999d76.tar.xz nvim-lspconfig-a52475ed0260f35bb6f8ea8b8dd559c83e999d76.tar.zst nvim-lspconfig-a52475ed0260f35bb6f8ea8b8dd559c83e999d76.zip | |
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
| -rw-r--r-- | CONFIG.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -746,9 +746,9 @@ This server accepts configuration via the `settings` key. Whether to show the Flutter Outline tree in the sidebar\. -- **`dart.flutterRunAdditionalArgs`**: `null|array` +- **`dart.flutterRunAdditionalArgs`**: `array` - Default: `vim.NIL` + Default: `{}` Array items: `{type = "string"}` @@ -4149,6 +4149,12 @@ This server accepts configuration via the `settings` key. null +- **`rust-analyzer.cargo.useRustcWrapperForBuildScripts`**: `boolean` + + Default: `true` + + null + - **`rust-analyzer.cargoRunner`**: `null|string` Default: `vim.NIL` |
