We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1584d65 commit f24b96bCopy full SHA for f24b96b
README.md
@@ -73,7 +73,8 @@ configure Tagbar to some degree.
73
### Formatting with [rustfmt][rfmt]
74
75
The `:RustFmt` command will format your code with
76
-[rustfmt][rfmt] if installed.
+[rustfmt][rfmt] if installed. `rustfmt` can be installed
77
+via `rustup component add rustfmt`.
78
79
Placing `let g:rustfmt_autosave = 1` in your `~/.vimrc` will
80
enable automatic running of `:RustFmt` when you save a buffer.
0 commit comments