diff options
author | Gian D <[email protected]> | 2020-02-05 10:09:08 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-05 10:09:08 +0000 |
commit | 0ef96f982c6aa746c027d02e18921b49281471c3 (patch) | |
tree | a3f05287adf8a4f740e830e9750069ee88f5d829 /docs/user/README.md | |
parent | 13211ed701eafac106cfbc8f38b9657c93cda992 (diff) |
Further fix `docs/user/README.md`
Co-Authored-By: Laurențiu Nicola <[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 784c6a855..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 |