aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorgithub-actions <github-actions@github.com>2021-09-07 18:57:37 +0000
committergithub-actions <github-actions@github.com>2021-09-07 18:57:37 +0000
commit31615992abe962ad2b08ad3e23b8a0df006a8328 (patch)
tree155cae56e1ba25716752f0098ea1cc9bf08fb41a /CONFIG.md
parentfix: use pairs in LspRestart (#1234) (diff)
downloadnvim-lspconfig-31615992abe962ad2b08ad3e23b8a0df006a8328.tar
nvim-lspconfig-31615992abe962ad2b08ad3e23b8a0df006a8328.tar.gz
nvim-lspconfig-31615992abe962ad2b08ad3e23b8a0df006a8328.tar.bz2
nvim-lspconfig-31615992abe962ad2b08ad3e23b8a0df006a8328.tar.lz
nvim-lspconfig-31615992abe962ad2b08ad3e23b8a0df006a8328.tar.xz
nvim-lspconfig-31615992abe962ad2b08ad3e23b8a0df006a8328.tar.zst
nvim-lspconfig-31615992abe962ad2b08ad3e23b8a0df006a8328.zip
[docgen] Update CONFIG.md
skip-checks: true
Diffstat (limited to 'CONFIG.md')
-rw-r--r--CONFIG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 5f6162bb..5d477ac2 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -1001,6 +1001,10 @@ This server accepts configuration via the `settings` key.
The maximum length of a line in the log file\. Lines longer than this will be truncated and suffixed with an ellipsis\.
+- **`dart.normalizeFileCasing`**: `boolean`
+
+ Whether to normalize file casings before sending them to the LSP server\. This may fix issues with file\_names lints not disappearing after renaming a file if the VS Code API continues to use the original casing\.
+
- **`dart.notifyAnalyzerErrors`**: `boolean`
Default: `true`
@@ -1077,6 +1081,12 @@ This server accepts configuration via the `settings` key.
null
+- **`dart.renameFilesWithClasses`**: `enum { "never", "prompt", "always" }`
+
+ Default: `"never"`
+
+ null
+
- **`dart.runPubGetOnPubspecChanges`**: `boolean`
Default: `true`
@@ -3414,6 +3424,16 @@ This server accepts configuration via the `settings` key.
null
+- **`julia.plots.path`**: `string`
+
+ The output directory to save plots to
+
+- **`julia.showRuntimeDiagnostics`**: `boolean`
+
+ Default: `true`
+
+ null
+
- **`julia.symbolCacheDownload`**: `boolean|null`
Default: `vim.NIL`