This repository was archived by the owner on Jan 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- *rust-tools.txt* For NVIM v0.8.0 Last change: 2023 February 20
1+ *rust-tools.txt* For NVIM v0.8.0 Last change: 2023 March 05
22
33==============================================================================
44Table of Contents *rust-tools-table-of-contents*
@@ -162,13 +162,13 @@ for keys that are not provided.
162162
163163 -- automatically call RustReloadWorkspace when writing to a Cargo.toml file.
164164 reload_workspace_from_cargo_toml = true,
165-
166- code_action_group = {
167- -- Function with signature of `vim .ui.select` used to display the code_actions
168- -- default: require("rust-tools.code_action_group").telescope_select(),
169- selector = require("rust-tools.code_action_group").telescope_select(),
170- -- selector = vim.ui.select,
171- },
165+
166+ code_action_group = {
167+ -- Function with signature of `vim .ui.select` used to display the code_actions
168+ -- default: require("rust-tools.code_action_group").telescope_select(),
169+ selector = require("rust-tools.code_action_group").telescope_select(),
170+ -- selector = vim.ui.select,
171+ },
172172
173173 -- These apply to the default RustSetInlayHints command
174174 inlay_hints = {
You can’t perform that action at this time.
0 commit comments