aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2020-06-10 21:40:52 +0000
committerGithub Actions <actions@github>2020-06-10 21:40:52 +0000
commit94cce7448f34f172492d98ff6efe10986f73eb9e (patch)
treee9fddd3dd4e321936392bbf0cfa68370d60b5b4a /README.md
parentMerge pull request #142 from h-michael/dartls (diff)
downloadnvim-lspconfig-94cce7448f34f172492d98ff6efe10986f73eb9e.tar
nvim-lspconfig-94cce7448f34f172492d98ff6efe10986f73eb9e.tar.gz
nvim-lspconfig-94cce7448f34f172492d98ff6efe10986f73eb9e.tar.bz2
nvim-lspconfig-94cce7448f34f172492d98ff6efe10986f73eb9e.tar.lz
nvim-lspconfig-94cce7448f34f172492d98ff6efe10986f73eb9e.tar.xz
nvim-lspconfig-94cce7448f34f172492d98ff6efe10986f73eb9e.tar.zst
nvim-lspconfig-94cce7448f34f172492d98ff6efe10986f73eb9e.zip
[docgen] Update README.md
skip-checks: true
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index e0095fa4..0898252c 100644
--- a/README.md
+++ b/README.md
@@ -1383,7 +1383,7 @@ require'nvim_lsp'.dartls.setup{}
Commands:
Default Values:
- cmd = { "dart", "/usr/lib/dart/bin/snapshots/analysis_server.dart.snapshot", "--lsp" }
+ cmd = { "dart", "./snapshots/analysis_server.dart.snapshot", "--lsp" }
filetypes = { "dart" }
init_options = {
closingLabels = "true",
@@ -3966,9 +3966,9 @@ This server accepts configuration via the `settings` key.
Specify the compilation target
-- **`rust-analyzer.checkOnSave.allFeatures`**: `boolean`
+- **`rust-analyzer.checkOnSave.allFeatures`**: `null|boolean`
-
+ Default: `vim.NIL`
- **`rust-analyzer.checkOnSave.allTargets`**: `boolean`
@@ -3988,6 +3988,14 @@ This server accepts configuration via the `settings` key.
Array items: `{type = "string"}`
+- **`rust-analyzer.checkOnSave.features`**: `null|array`
+
+ Default: `vim.NIL`
+
+ Array items: `{type = "string"}`
+
+ List of features to activate. Defaults to `rust-analyzer.cargo.features`.
+
- **`rust-analyzer.checkOnSave.overrideCommand`**: `null|array`
Default: `vim.NIL`