Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit 6d73f13

Browse files
IndianBoy42github-actions[bot]
authored andcommitted
Auto generate docs
1 parent 79a3b0e commit 6d73f13

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/rust-tools.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
==============================================================================
44
Table 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 = {

0 commit comments

Comments
 (0)