diff options
| author | Github Actions <actions@github> | 2021-04-09 20:30:06 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2021-04-09 20:30:06 +0000 |
| commit | 194453205b6e1fdad15a85c41350522cd55dba4f (patch) | |
| tree | f51596eb1cef444fd4e81dd947828e17b68c4de7 /CONFIG.md | |
| parent | Merge pull request #831 from mjlbach/document_more_commands (diff) | |
| download | nvim-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.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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` |
