mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Further fix docs/user/README.md
Co-Authored-By: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
parent
13211ed701
commit
0ef96f982c
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ host.
|
||||||
* `rust-analyzer.highlightingOn`: enables experimental syntax highlighting.
|
* `rust-analyzer.highlightingOn`: enables experimental syntax highlighting.
|
||||||
Colors can be configured via `editor.tokenColorCustomizations`.
|
Colors can be configured via `editor.tokenColorCustomizations`.
|
||||||
As an example, [Pale Fire](https://github.com/matklad/pale-fire/) color scheme tweaks rust colors.
|
As an example, [Pale Fire](https://github.com/matklad/pale-fire/) color scheme tweaks rust colors.
|
||||||
* `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts
|
* `rust-analyzer.enableEnhancedTyping`: by default, rust-analyzer intercepts the
|
||||||
`Enter` key to make it easier to continue comments. Note that it may conflict with VIM emulation plugin.
|
`Enter` key to make it easier to continue comments. Note that it may conflict with VIM emulation plugin.
|
||||||
* `rust-analyzer.raLspServerPath`: path to `ra_lsp_server` executable
|
* `rust-analyzer.raLspServerPath`: path to `ra_lsp_server` executable
|
||||||
* `rust-analyzer.enableCargoWatchOnStartup`: prompt to install & enable `cargo
|
* `rust-analyzer.enableCargoWatchOnStartup`: prompt to install & enable `cargo
|
||||||
|
|
Loading…
Reference in a new issue