@@ -156,35 +156,35 @@ rustaceanvim.tools.Opts *rustaceanvim.tools.Opts*
156
156
157
157
Fields: ~
158
158
{executor?} (rustaceanvim.Executor|rustaceanvim.executor_alias)
159
- The executor to use for runnables/debuggables
159
+ The executor to use for runnables/debuggables
160
160
{test_executor?} (rustaceanvim.Executor|rustaceanvim.test_executor_alias)
161
- The executor to use for runnables that are tests / testables
161
+ The executor to use for runnables that are tests / testables
162
162
{crate_test_executor?} (rustaceanvim.Executor|rustaceanvim.test_executor_alias)
163
- The executor to use for runnables that are crate test suites (--all-targets)
163
+ The executor to use for runnables that are crate test suites (--all-targets)
164
164
{cargo_override?} (string)
165
- Set this to override the 'cargo' command for runnables, debuggables (etc., e.g. to 'cross' ).
166
- If set, this takes precedence over 'enable_nextest'.
165
+ Set this to override the 'cargo' command for runnables, debuggables (etc., e.g. to 'cross' ).
166
+ If set, this takes precedence over 'enable_nextest'.
167
167
{enable_nextest?} (boolean)
168
- Whether to enable nextest. If enabled, `cargo test` commands will be transformed to `cargo nextest run` commands.
169
- Defaults to `true` if cargo-nextest is detected. Ignored if `cargo_override` is set.
168
+ Whether to enable nextest. If enabled, `cargo test` commands will be transformed to `cargo nextest run` commands.
169
+ Defaults to `true` if cargo-nextest is detected. Ignored if `cargo_override` is set.
170
170
{enable_clippy?} (boolean)
171
- Whether to enable clippy checks on save if a clippy installation is detected.
172
- Default: `true`
173
- {on_initialized?} (fun(health:rustaceanvim.RAInitializedStatus))
174
- Function that is invoked when the LSP server has finished initializing
171
+ Whether to enable clippy checks on save if a clippy installation is detected.
172
+ Default: `true`
173
+ {on_initialized?} (fun(health:rustaceanvim.RAInitializedStatus,client_id:integer ))
174
+ Function that is invoked when the LSP server has finished initializing
175
175
{reload_workspace_from_cargo_toml?} (boolean)
176
- Automatically call `RustReloadWorkspace` when writing to a Cargo.toml file
177
- {hover_actions?} (rustaceanvim.hover-actions.Opts) Options for hover actions
178
- {code_actions?} (rustaceanvim.code-action.Opts) Options for code actions
176
+ Automatically call `RustReloadWorkspace` when writing to a Cargo.toml file
177
+ {hover_actions?} (rustaceanvim.hover-actions.Opts) Options for hover actions
178
+ {code_actions?} (rustaceanvim.code-action.Opts) Options for code actions
179
179
{float_win_config?} (rustaceanvim.FloatWinConfig)
180
- Options applied to floating windows.
181
- See | api-win_config | .
180
+ Options applied to floating windows.
181
+ See | api-win_config | .
182
182
{create_graph?} (rustaceanvim.crate-graph.Opts)
183
- Options for showing the crate graph based on graphviz and the dot
183
+ Options for showing the crate graph based on graphviz and the dot
184
184
{open_url?} (fun(url:string):nil)
185
- If set, overrides how to open URLs
185
+ If set, overrides how to open URLs
186
186
{rustc?} (rustaceanvim.rustc.Opts)
187
- Options for `rustc`
187
+ Options for `rustc`
188
188
189
189
190
190
rustaceanvim.Executor *rustaceanvim.Executor*
0 commit comments