diff options
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/README.md b/docs/user/README.md index d17108788..9d3258c06 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -137,7 +137,7 @@ Prerequisites: | |||
137 | Installation: | 137 | Installation: |
138 | 138 | ||
139 | * add | 139 | * add |
140 | [ra-emacs-lsp.el](../../editors/emacs/ra-emacs-lsp.el) | 140 | [rust-analyzer.el](../../editors/emacs/rust-analyzer.el) |
141 | to load path and require it in `init.el` | 141 | to load path and require it in `init.el` |
142 | * run `lsp` in a rust buffer | 142 | * run `lsp` in a rust buffer |
143 | * (Optionally) bind commands like `rust-analyzer-join-lines`, `rust-analyzer-extend-selection` and `rust-analyzer-expand-macro` to keys, and enable `rust-analyzer-inlay-hints-mode` to get inline type hints | 143 | * (Optionally) bind commands like `rust-analyzer-join-lines`, `rust-analyzer-extend-selection` and `rust-analyzer-expand-macro` to keys, and enable `rust-analyzer-inlay-hints-mode` to get inline type hints |