diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-05 12:32:59 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-05 12:32:59 +0000 |
commit | 1b1bca4567ec6228835720a3dbadf4fa22703d87 (patch) | |
tree | 320bb4be2071130f0ed812db99d247dd00a7b330 /docs | |
parent | 514ff113cbc9827d88cbe9368e8e4fa5875bc3db (diff) | |
parent | 0ef96f982c6aa746c027d02e18921b49281471c3 (diff) |
Merge #3016
3016: Fix unneeded `.` in `docs/user/README.md` r=kjeremy a=fusillicode
I hope I got the typo right 😅
Thanks a lot of this wonderful project 🙇
Co-authored-by: Gian D <[email protected]>
Diffstat (limited to 'docs')
-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 2948f6ff3..18867cd11 100644 --- a/docs/user/README.md +++ b/docs/user/README.md | |||
@@ -94,7 +94,7 @@ host. | |||
94 | * `rust-analyzer.highlightingOn`: enables experimental syntax highlighting. | 94 | * `rust-analyzer.highlightingOn`: enables experimental syntax highlighting. |
95 | Colors can be configured via `editor.tokenColorCustomizations`. | 95 | Colors can be configured via `editor.tokenColorCustomizations`. |
96 | As an example, [Pale Fire](https://github.com/matklad/pale-fire/) color scheme tweaks rust colors. | 96 | As an example, [Pale Fire](https://github.com/matklad/pale-fire/) color scheme tweaks rust colors. |
97 | * `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts. | 97 | * `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts the |
98 | `Enter` key to make it easier to continue comments. Note that it may conflict with VIM emulation plugin. | 98 | `Enter` key to make it easier to continue comments. Note that it may conflict with VIM emulation plugin. |
99 | * `rust-analyzer.raLspServerPath`: path to `ra_lsp_server` executable | 99 | * `rust-analyzer.raLspServerPath`: path to `ra_lsp_server` executable |
100 | * `rust-analyzer.enableCargoWatchOnStartup`: prompt to install & enable `cargo | 100 | * `rust-analyzer.enableCargoWatchOnStartup`: prompt to install & enable `cargo |