@@ -171,20 +171,9 @@ g:rust_clip_command~
171
171
let g:rust_clip_command = 'xclip -selection clipboard'
172
172
<
173
173
174
- *g:rust_cargo_avoid_whole_workspace*
175
- *b:rust_cargo_avoid_whole_workspace*
176
- g:rust_cargo_avoid_whole_workspace~
177
- When editing a crate that is part of a Cargo workspace, and this
178
- option is set to 1 (the default), then 'cargo' will be executed
179
- directly in that crate directory instead of in the workspace
180
- directory. Setting 0 prevents this behavior - however be aware that if
181
- you are working in large workspace, Cargo commands may take more time,
182
- plus the Syntastic error list may include all the crates in the
183
- workspace. >
184
- let g:rust_cargo_avoid_whole_workspace = 0
185
- <
186
174
187
175
Integration with Syntastic *rust-syntastic*
176
+ --------------------------
188
177
189
178
This plugin automatically integrates with the Syntastic checker. There are two
190
179
checkers provided: 'rustc' , and 'cargo' . The later invokes 'Cargo' in order to
@@ -198,7 +187,18 @@ days, 'cargo' is the default checker. >
198
187
<
199
188
If you would like to change it, you can set `g: syntastic_rust_checkers ` to a
200
189
different value.
201
-
190
+ *g:rust_cargo_avoid_whole_workspace*
191
+ *b:rust_cargo_avoid_whole_workspace*
192
+ g:rust_cargo_avoid_whole_workspace~
193
+ When editing a crate that is part of a Cargo workspace, and this
194
+ option is set to 1 (the default), then 'cargo' will be executed
195
+ directly in that crate directory instead of in the workspace
196
+ directory. Setting 0 prevents this behavior - however be aware that if
197
+ you are working in large workspace, Cargo commands may take more time,
198
+ plus the Syntastic error list may include all the crates in the
199
+ workspace. >
200
+ let g:rust_cargo_avoid_whole_workspace = 0
201
+ <
202
202
203
203
==============================================================================
204
204
COMMANDS *rust-commands*
0 commit comments