aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-04-09 16:26:27 +0000
committerGithub Actions <actions@github>2021-04-09 16:26:27 +0000
commit34a4cc723f21722eb759d76af202649fdbcdfec6 (patch)
treee992e9a192fcb3f8e21db9581481efbf3cf9a7cc
parentFix root_dir for wildcards and file in wildignore (diff)
downloadnvim-lspconfig-34a4cc723f21722eb759d76af202649fdbcdfec6.tar
nvim-lspconfig-34a4cc723f21722eb759d76af202649fdbcdfec6.tar.gz
nvim-lspconfig-34a4cc723f21722eb759d76af202649fdbcdfec6.tar.bz2
nvim-lspconfig-34a4cc723f21722eb759d76af202649fdbcdfec6.tar.lz
nvim-lspconfig-34a4cc723f21722eb759d76af202649fdbcdfec6.tar.xz
nvim-lspconfig-34a4cc723f21722eb759d76af202649fdbcdfec6.tar.zst
nvim-lspconfig-34a4cc723f21722eb759d76af202649fdbcdfec6.zip
[docgen] Update CONFIG.md
skip-checks: true
-rw-r--r--CONFIG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CONFIG.md b/CONFIG.md
index b8cab9f1..29194689 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -535,6 +535,12 @@ This server accepts configuration via the `settings` key.
Whether to include symbols that have not been imported in the code completion list and automatically insert the required import when selecting them \(requires restart\)\.
+- **`dart.automaticCommentSlashes`**: `enum { "none", "tripleSlash", "all" }`
+
+ Default: `"tripleSlash"`
+
+ null
+
- **`dart.buildRunnerAdditionalArgs`**: `array`
Default: `{}`
@@ -5569,6 +5575,12 @@ This server accepts configuration via the `settings` key.
Whether to enable codeActions
+- **`vetur.languageFeatures.semanticTokens`**: `boolean`
+
+ Default: `true`
+
+ Whether to enable semantic highlighting\. Currently only works for typescript
+
- **`vetur.languageFeatures.updateImportOnFileMove`**: `boolean`
Default: `true`