diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-27 10:56:30 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-27 10:56:30 +0100 |
commit | d23a7558702bcffd9c551bea444475f4a76ba201 (patch) | |
tree | a1707c6c6252181b9ab29bcba0979ff305c3274a /docs/user/README.md | |
parent | dc6f0b5a4eaf0e9ac096551a9900a32a7efe742a (diff) | |
parent | 00c74b5d18c8c1ae5cd736e4e991ded7e2ba3b4e (diff) |
Merge #1596
1596: Implement inlay hints for emacs r=matklad a=flodiebold
I wanted to have the nice type hints in emacs as well :smile:
![2019-07-27-111718_982x171_scrot](https://user-images.githubusercontent.com/906069/61992560-43104700-b060-11e9-879f-8ad60f71b2e5.png)
Co-authored-by: Florian Diebold <[email protected]>
Diffstat (limited to 'docs/user/README.md')
-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 d56330192..8a5767849 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -86,7 +86,7 @@ Installation: | |||
86 | [ra-emacs-lsp.el](https://github.com/rust-analyzer/rust-analyzer/blob/69ee5c9c5ef212f7911028c9ddf581559e6565c3/editors/emacs/ra-emacs-lsp.el) | 86 | [ra-emacs-lsp.el](https://github.com/rust-analyzer/rust-analyzer/blob/69ee5c9c5ef212f7911028c9ddf581559e6565c3/editors/emacs/ra-emacs-lsp.el) |
87 | to load path and require it in `init.el` | 87 | to load path and require it in `init.el` |
88 | * run `lsp` in a rust buffer | 88 | * run `lsp` in a rust buffer |
89 | * (Optionally) bind commands like `rust-analyzer-join-lines` or `rust-analyzer-extend-selection` to keys | 89 | * (Optionally) bind commands like `rust-analyzer-join-lines` or `rust-analyzer-extend-selection` to keys, and enable `rust-analyzer-inlay-hints-mode` to get inline type hints |
90 | 90 | ||
91 | 91 | ||
92 | ## Vim and NeoVim | 92 | ## Vim and NeoVim |