aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-04-13 06:04:51 +0000
committerGithub Actions <actions@github>2021-04-13 06:04:51 +0000
commita52475ed0260f35bb6f8ea8b8dd559c83e999d76 (patch)
treed399bcd6f87e6d1a7a4409e859d028ce02076448 /CONFIG.md
parentMerge pull request #822 from mjlbach/minimal_config_v3 (diff)
downloadnvim-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.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 39cff768..9e5c8994 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -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`