aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2021-04-09 20:30:06 +0000
committerGithub Actions <actions@github>2021-04-09 20:30:06 +0000
commit194453205b6e1fdad15a85c41350522cd55dba4f (patch)
treef51596eb1cef444fd4e81dd947828e17b68c4de7 /CONFIG.md
parentMerge pull request #831 from mjlbach/document_more_commands (diff)
downloadnvim-lspconfig-194453205b6e1fdad15a85c41350522cd55dba4f.tar
nvim-lspconfig-194453205b6e1fdad15a85c41350522cd55dba4f.tar.gz
nvim-lspconfig-194453205b6e1fdad15a85c41350522cd55dba4f.tar.bz2
nvim-lspconfig-194453205b6e1fdad15a85c41350522cd55dba4f.tar.lz
nvim-lspconfig-194453205b6e1fdad15a85c41350522cd55dba4f.tar.xz
nvim-lspconfig-194453205b6e1fdad15a85c41350522cd55dba4f.tar.zst
nvim-lspconfig-194453205b6e1fdad15a85c41350522cd55dba4f.zip
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
-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`