diff options
| author | Github Actions <actions@github> | 2020-06-10 21:40:52 +0000 |
|---|---|---|
| committer | Github Actions <actions@github> | 2020-06-10 21:40:52 +0000 |
| commit | 94cce7448f34f172492d98ff6efe10986f73eb9e (patch) | |
| tree | e9fddd3dd4e321936392bbf0cfa68370d60b5b4a /README.md | |
| parent | Merge pull request #142 from h-michael/dartls (diff) | |
| download | nvim-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.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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` |
