aboutsummaryrefslogtreecommitdiffstats
path: root/CONFIG.md
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-01-07 14:15:55 -0800
committerGitHub <noreply@github.com>2021-01-07 14:15:55 -0800
commitfa2ccc10d5a7b390c1d808ddf74dce5158debca4 (patch)
tree6c3874b78b8eab34062ed834a888d460089b178d /CONFIG.md
parentMerge pull request #547 from mjlbach/update_julia_documentation (diff)
parent[docgen] Update README.md (diff)
downloadnvim-lspconfig-fa2ccc10d5a7b390c1d808ddf74dce5158debca4.tar
nvim-lspconfig-fa2ccc10d5a7b390c1d808ddf74dce5158debca4.tar.gz
nvim-lspconfig-fa2ccc10d5a7b390c1d808ddf74dce5158debca4.tar.bz2
nvim-lspconfig-fa2ccc10d5a7b390c1d808ddf74dce5158debca4.tar.lz
nvim-lspconfig-fa2ccc10d5a7b390c1d808ddf74dce5158debca4.tar.xz
nvim-lspconfig-fa2ccc10d5a7b390c1d808ddf74dce5158debca4.tar.zst
nvim-lspconfig-fa2ccc10d5a7b390c1d808ddf74dce5158debca4.zip
Merge pull request #549 from mjlbach/readme_updates
Update README.md
Diffstat (limited to 'CONFIG.md')
-rw-r--r--CONFIG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONFIG.md b/CONFIG.md
index 8a9cdd2e..13ce7f32 100644
--- a/CONFIG.md
+++ b/CONFIG.md
@@ -3752,7 +3752,7 @@ See [docs](https://github.com/rust-analyzer/rust-analyzer/tree/master/docs/user#
This server accepts configuration via the `settings` key.
<details><summary>Available settings:</summary>
-- **`rust-analyzer.assist.importMergeBehaviour`**: `enum { "none", "full", "last" }`
+- **`rust-analyzer.assist.importMergeBehavior`**: `enum { "none", "full", "last" }`
Default: `"full"`