aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorGian D <[email protected]>2020-02-05 09:38:53 +0000
committerGitHub <[email protected]>2020-02-05 09:38:53 +0000
commit13211ed701eafac106cfbc8f38b9657c93cda992 (patch)
tree8a52345559d1e4059dca957811e39b42dcc91d03 /docs/user
parentc9e1aab8803264a40023aa09600b0a8fab8e00ff (diff)
Fix unneeded `.` in `docs/user/README.md`
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/README.md b/docs/user/README.md
index 2948f6ff3..784c6a855 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
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